Skip to content

Commit d44aa98

Browse files
committed
Initial setup
0 parents  commit d44aa98

File tree

3 files changed

+35887
-0
lines changed

3 files changed

+35887
-0
lines changed

index.html

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<link rel="stylesheet" href="style/style.css" />
9+
<title>Game</title>
10+
</head>
11+
12+
<body>
13+
<div id="world"></div>
14+
<script type="text/javascript" src="js/three.js"></script>
15+
</body>
16+
17+
</html>

0 commit comments

Comments
 (0)