mirror of
https://github.com/pinry/pinry.git
synced 2026-07-05 09:38:03 +02:00
Add a noscript message
This commit is contained in:
@@ -7,6 +7,14 @@ body {
|
||||
a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#noscript {
|
||||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
margin: 0 auto;
|
||||
width: 500px;
|
||||
text-align: center;
|
||||
}
|
||||
/* End Globals */
|
||||
|
||||
|
||||
|
||||
@@ -76,6 +76,16 @@
|
||||
<ul id="messages"></ul>
|
||||
<!-- End Messages -->
|
||||
|
||||
<!-- No Script -->
|
||||
<div id="noscript">
|
||||
<noscript>Scripting is not enabled in your browser, if you are using
|
||||
a plugin like NoScript *high five*! Our code is open source and
|
||||
you can view it on
|
||||
<a href="https://github.com/pinry/pinry/">GitHub</a>.
|
||||
<style>.spinner{display:none;}</style></noscript>
|
||||
</div>
|
||||
<!-- End No Script -->
|
||||
|
||||
<!-- Content -->
|
||||
{% block yield %}{% endblock %}
|
||||
<!-- End Content -->
|
||||
|
||||
Reference in New Issue
Block a user