-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) · 946 Bytes
/
index.html
File metadata and controls
27 lines (23 loc) · 946 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>우주</title>
<link href="canvas.css" rel="stylesheet" type="text/css">
<script type = "text/javascript" src = "jquery.js"></script>
<script type = "text/javascript" src = "main.js"></script>
<script type = "text/javascript" src = "player.js"></script>
<script type = "text/javascript" src = "enemy.js"></script>
<script type = "text/javascript" src = "enemyPro.js"></script>
<script type = "text/javascript" src = "bomb.js"></script>
<script type = "text/javascript" src = "item.js"></script>
<script type = "text/javascript" src = "interact.js"></script>
<script type = "text/javascript" src = "star.js"></script>
<script type = "text/javascript" src = "particle.js"></script>
<script type = "text/javascript" src = "quake.js"></script>
</head>
<body>
<canvas id = "myCanvas" width = "720" height = "540">
</canvas>
</body>
</html>