|
@@ -4,6 +4,7 @@
|
4
|
4
|
<meta charset="utf-8">
|
5
|
5
|
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
6
|
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
+ <meta name="theme-color" content="#2A3A4B">
|
7
|
8
|
<!--#include virtual="base.html" -->
|
8
|
9
|
|
9
|
10
|
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
|
|
@@ -167,6 +168,9 @@
|
167
|
168
|
<!--#include virtual="static/settingsToolbarAdditionalContent.html" -->
|
168
|
169
|
</head>
|
169
|
170
|
<body>
|
|
171
|
+ <noscript>
|
|
172
|
+ <div>JavaScript is disabled. </br>For this site to work you have to enable JavaScript.</div>
|
|
173
|
+ </noscript>
|
170
|
174
|
<!--#include virtual="body.html" -->
|
171
|
175
|
<div id="react"></div>
|
172
|
176
|
</body>
|