-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (30 loc) · 1.17 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
<!DOCTYPE html>
<html>
<head>
<title>ThreeJs_III</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<link rel="icon" href="./img/rainbow.ico" type="image/x-icon">
<link href="/style.css" rel="stylesheet" type="text/css">
<script type="module" src="/js/models/app.main.js" defer></script>
<!-- <script type="module" src="./js/scripts/Typewriter.js" defer></script> -->
</head>
<body>
<h1 class="title outOffset">Made with ❤ by <a href="https://www.instagram.com/uri.sab/">@Uri.sab</a></h1>
<!-- <h2 id="tw-intructions" class="title margin"></h2> -->
<div class="card" style="width: 100%; ;height: 100vh;">
<!-- <div class="buttons"> -->
<!-- <button class="btn"> ← </button> -->
<!-- <button id="walk-btn" class="btn">Walk</button>
<button id="pose-btn" class="btn"> Pose</button>
<div class="options">
<button id="run-btn" class="btn">Run</button>
<button id="dance-btn" class="btn">Dance</button>
</div>
</div> -->
<div id="sceneID_1" class="scene-container">
<!-- Our <canvas> will be inserted here -->
</div>
</div>
</body>
</html>