Compare commits
2 Commits
e59acefda9
...
7acce407e9
Author | SHA1 | Date | |
---|---|---|---|
7acce407e9 | |||
5281672000 |
|
@ -35,10 +35,16 @@
|
||||||
body {
|
body {
|
||||||
background: #000;
|
background: #000;
|
||||||
}
|
}
|
||||||
|
.nojs {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<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>
|
<div id="root"></div>
|
||||||
<!--
|
<!--
|
||||||
This HTML file is a template.
|
This HTML file is a template.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user