Compare commits

..

No commits in common. "7acce407e93f980732baa8db71bd8c444f04de54" and "e59acefda9df00a3ddc34dcf6ddb255002dca620" have entirely different histories.

View File

@ -35,16 +35,10 @@
body { body {
background: #000; background: #000;
} }
.nojs {
color: white;
}
</style> </style>
</head> </head>
<body> <body>
<div class="nojs"> <noscript style="background: white">You need to enable JavaScript to run this app.</noscript>
<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.