-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (43 loc) · 1.58 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
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mon's 3D Art Gallery | An Interactive Experience</title>
<link rel="stylesheet" href="./css/style.css">
<link rel="icon" type="image/png" href="./src/img/icon1.png">
<!-- <link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap" rel="stylesheet"> -->
</head>
<body>
<div id="menu">
<div id="img_container">
<div id="starry_night_bg"></div>
</div>
<div id="content_container">
<div id="content">
<div class="title">
<h1 class="stroke">3D Art Gallery</h1>
<h1 class="main">3D Art Gallery</h1>
</div>
<div>
<p>This is an interactive 3D gallery.</p>
<p class="instructions">Only Available for Desktop </p>
</div>
<div class="desktop">
<p class="instructions">Instructions:</p>
<p>Arrow Keys or W/A/S/D to Move Around</p>
<p>Mouse to Look Around</p>
<p>Hit "Space" to play/pause music</p>
</div>
<div class="mobile">
<p> why tf are you not working</p>
</div>
<div id="play_button">
<p>EXPLORE ART</p>
</div>
</div>
</div>
</div>
<div id="painting-info"></div>
<script type="module" src="/main.js"></script>
</body>
</html>