Compare commits

...

2 Commits

Author SHA1 Message Date
7acce407e9 Fix index.html indentation 2020-11-02 00:38:34 +00:00
5281672000 Fix noscript font color 2020-11-02 00:36:11 +00:00

View File

@ -35,10 +35,16 @@
body {
background: #000;
}
.nojs {
color: white;
}
</style>
</head>
<body>
<noscript style="background: white">You need to enable JavaScript to run this app.</noscript>
<div class="nojs">
<noscript>You need to enable JavaScript to run this app.</noscript>
</div>
<div id="root"></div>
<!--
This HTML file is a template.