1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-20 06:28:04 +00:00

Add startup animation

This commit is contained in:
2023-12-23 12:05:46 +01:00
parent d90d5bcf63
commit fca08479e8
4 changed files with 6 additions and 63 deletions

View File

@ -7,14 +7,6 @@
</head>
<body>
<div id="app"></div>
<div id="app-loading">
<div class="ring">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<div id="dialogoutlets"></div>
<script src="./src/main.js" type="module"></script>
</body>