-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 1.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>R3F Synthwave Experiment</title>
<meta property="og:title" content="R3F Synthwave Experiment" />
<meta name="twitter:title" content="R3F Synthwave Experiment" />
<meta name="description" content="Synthwave experience made with react-three-fiber" />
<meta property="og:description" content="Synthwave experience made with react-three-fiber" />
<meta name="twitter:description" content="Synthwave experience made with react-three-fiber" />
<meta property="og:image" content="screenshot_small.jpg">
<meta name="twitter:image" content="screenshot_small.jpg">
</head>
<body style="background-color: #000">
<div id="root">
<div
style="
position: absolute;
top: 50%;
left: 50%;
font-weight: bold;
border: 2px solid #8c1eff;
padding: 10px;
font-family: sans-serif;
color: #8c1eff;
margin: -20px 0 0 -40px;
"
>
LOADING ~8Mb
</div>
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>