leonsimon23 commited on
Commit
b9949dd
1 Parent(s): 8c33dc6

Upload 4 files

Browse files
dist/assets/index-C-m0XNtG.js ADDED
The diff for this file is too large to render. See raw diff
 
dist/assets/index-D7qEuwtV.css ADDED
@@ -0,0 +1 @@
 
 
1
+ #root{margin:0}body{margin:0!important}html,body{scroll-behavior:smooth}.footerFixed{position:fixed;width:100%;bottom:0}.full-page-loader{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#00000080;z-index:9999}
dist/index.html ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <title>Vite + React</title>
8
+ <script type="module" crossorigin src="/assets/index-C-m0XNtG.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-D7qEuwtV.css">
10
+ </head>
11
+ <body>
12
+ <div id="root"></div>
13
+ </body>
14
+ </html>
dist/vite.svg ADDED