generated from PatatoBit/three.ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (48 loc) · 1.66 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/cube-solid.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- HTML Meta Tags -->
<title>Patato's Room in 3D</title>
<meta
name="description"
content="3D Experience of my room made with Three.js"
/>
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://room.patato.live/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Patato's Room in 3D" />
<meta
property="og:description"
content="3D Experience of my room made with Three.js"
/>
<meta property="og:image" content="" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="room.patato.live" />
<meta property="twitter:url" content="https://room.patato.live/" />
<meta name="twitter:title" content="Patato's Room in 3D" />
<meta
name="twitter:description"
content="3D Experience of my room made with Three.js"
/>
<meta name="twitter:image" content="" />
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
</head>
<body>
<canvas class="webgl"></canvas>
<div class="credits">
<a
href="https://patato.notion.site/My-room-in-3D-8dab729da0554fae9b200da480f7a033"
target="_blank"
>Work in Progress!</a
>
<a href="https://github.com/Patatotato/3D-Room" target="_blank"
>Source Code</a
>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>