This commit is contained in:
Miguel da Mota 2024-01-14 15:26:14 +01:00
commit 7a265704e8
56 changed files with 8200 additions and 0 deletions

22
public/splashscreen.html Normal file
View file

@ -0,0 +1,22 @@
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #131317;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
width: 100dvw;
height: 100dvh;
}
</style>
<div>
<h3>Loading...</h3>
</div>