Improve the main page when javascript is disabled

This commit is contained in:
yflory
2017-01-31 12:43:28 +01:00
parent 39c85ca3f7
commit d926b69f8b
12 changed files with 155 additions and 58 deletions

View File

@@ -20,9 +20,11 @@
<body class="html">
{{topbar}}
{{noscript}}
{{noscript}}
{{main}}
<div id="mainBlock" class="hidden">
{{main}}
</div>
</body>
</html>