Experiment with showing logo while loading. For #849
This commit is contained in:
@@ -72,7 +72,9 @@
|
||||
</head>
|
||||
|
||||
<body class="scrollbar-hidden bg-gray-300 text-gray-800">
|
||||
<div id="app"></div>
|
||||
<div id="app">
|
||||
<img id="loading-logo" src="/logo">
|
||||
</div>
|
||||
|
||||
<script type="module">
|
||||
import { h, render } from '/js/web_modules/preact.js';
|
||||
|
||||
Reference in New Issue
Block a user