ADD: Loading window & vite-eslint

This commit is contained in:
Robert Kossessa
2024-02-07 17:41:45 +01:00
parent b957c11526
commit 9ce9fe434a
12 changed files with 248 additions and 79 deletions

25
loading.html Normal file
View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/src/assets/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZERO/ONE Starting...</title>
<style>
body {
background: black;
color: white;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
</style>
</head>
<body>
<div>
<h1 style="font-family: 'Comic Sans MS', sans-serif">LOADING</h1>
</div>
</body>
</html>