Skip to content

Commit

Permalink
Onmount fixes (#70)
Browse files Browse the repository at this point in the history
* html spinner

* cleanup
  • Loading branch information
rohanharikr authored Sep 26, 2024
1 parent 476c0dd commit 9f8dfa1
Show file tree
Hide file tree
Showing 2 changed files with 947 additions and 973 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="light-favicon.png" />
<link href="dark-favicon.png" rel="icon" media="(prefers-color-scheme: light)" />
<link href="light-favicon.png" rel="icon" media="(prefers-color-scheme: dark)" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#303030" />
<title>Hellō Playground</title>
Expand Down Expand Up @@ -83,7 +84,8 @@
</head>

<body>
<div id="app" class="h-full flex flex-col"></div>
<div id="load-spinner" class="spinner"></div>
<div id="app" class="h-full flex-col" style="display: none"></div>
<script type="module" src="/src/main.js"></script>
</body>
<script>
Expand Down
Loading

0 comments on commit 9f8dfa1

Please sign in to comment.