Improve the main page when javascript is disabled
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{fork}}
|
||||
|
||||
<div id="main">
|
||||
<div id="overlay"></div>
|
||||
<div class="mainOverlay"></div>
|
||||
<div id="main-container">
|
||||
<div id="data">
|
||||
<p class="left" data-localization="main_p1"><!-- Zero Knowledge collaborative realtime editor. Protected from the NSA. --></p>
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
<center>
|
||||
<noscript>
|
||||
<div id="noscriptContainer">
|
||||
<div class="mainOverlay"></div>
|
||||
<div id="noscript">
|
||||
<noscript>
|
||||
<p>
|
||||
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
||||
</p>
|
||||
@@ -7,6 +9,7 @@
|
||||
<p>
|
||||
<strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.
|
||||
</p>
|
||||
</noscript>
|
||||
</center>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user