-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (30 loc) · 1.09 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
<!DOCTYPE html>
<html>
<head>
<script src="https://threejsfundamentals.org/threejs/resources/threejs/r127/build/three.module.js" type="module" lang="javascript"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="style.css">
<title>Iaria Final Project</title>
<style>
body { margin: 0; padding: 0;}
</style>
<script type="importmap">{
"imports": {
"three": "https://threejs.org/build/three.module.js"
}
}</script>
</head>
<body>
<canvas id="c"></canvas>
</div>
<div id="title">CROSS THE ROAD!</div>
<form action="./play.html">
<input id="buttonPlay" type="submit" value="PLAY" />
</form>
<form action="./characters.html">
<input id="buttonSelect" type="submit" value="SELECT A CHARACTER" />
</form>
<div id="bottom">Antonino Iaria - Interactive Graphic's final project - a.y. 2022/23
</body>
</html>