init
This commit is contained in:
commit
7a265704e8
56 changed files with 8200 additions and 0 deletions
22
public/splashscreen.html
Normal file
22
public/splashscreen.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue