Make noscript background white

This commit is contained in:
Tanner Collin 2020-06-22 20:52:51 +00:00
parent 02b73a8b14
commit b252c6a207

View File

@ -38,7 +38,7 @@
</style> </style>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript style="background: white">You need to enable JavaScript to run this app.</noscript>
<div id="root"></div> <div id="root"></div>
<!-- <!--
This HTML file is a template. This HTML file is a template.