Fix the noscript tag

This commit is contained in:
yflory
2016-09-29 11:09:06 +02:00
parent f8b65be009
commit ebae2c3bec
7 changed files with 13 additions and 15 deletions

View File

@@ -57,8 +57,12 @@
<center>
<noscript>
<p data-localization="main_oops">
<!-- JS required -->
<p>
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
</p>
<hr>
<p>
<strong>OUPS</strong> Afin de pouvoir réaliser le cryptage depuis votre navigateur, Javascript est <strong>vraiment</strong> requis.
</p>
</noscript>
<h5 id="tryit" data-localization="tryIt"></h5>
@@ -87,8 +91,6 @@
</div>
<div id="bottom-bar"></div>
</body>
</html>