-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (41 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css">
<link rel="icon" href="/assets/red-icon.jpg">
<title>red</title>
</head>
<body>
<canvas id="bg"></canvas>
<div id="mobile-disclaimer">
<p>Desktop Only. Not responsive yet.</p>
</div>
<div class="loading">
<label for="progress-bar">LOADING...</label>
<progress id="progress-bar" value="0" max="100"></progress>
</div>
<div class="page">
<section class="section-a">
<p></p>
</section>
<section class="section-b">
<p></p>
</section>
<section class="section-c">
<p></p>
</section>
<section class="section-d">
<p></p>
</section>
<section class="section-e">
<p></p>
</section>
<section class="section-f">
<p>"3D Object Credit: Used Red Paint Can" (https://skfb.ly/6TBoX) by Glowbox 3D is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).</p>
</section>
</div>
<script type="module" src="/main.js"></script>
</body>
</html>