-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (31 loc) · 1.41 KB
/
index.html
File metadata and controls
39 lines (31 loc) · 1.41 KB
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
<!DOCTYPE html>
<html>
<head>
<title>보헤미안</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<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 = "background.js"></script>
<script type = "text/javascript" src = "house.js"></script>
<script type = "text/javascript" src = "clock.js"></script>
<script type = "text/javascript" src = "crop.js"></script>
<script type = "text/javascript" src = "npc.js"></script>
<script type = "text/javascript" src = "textbox.js"></script>
<script type = "text/javascript" src = "menu.js"></script>
<script type = "text/javascript" src = "interact.js"></script>
<script type = "text/javascript" src = "inventory.js"></script>
<script type = "text/javascript" src = "buyseed.js"></script>
<script type = "text/javascript" src = "buyskill.js"></script>
<script type = "text/javascript" src = "weather.js"></script>
<script type = "text/javascript" src = "pet.js"></script>
<script type = "text/javascript" src = "particle.js"></script>
<script type = "text/javascript" src = "script.js"></script>
<script type = "text/javascript" src = "db.js"></script>
</head>
<body>
<canvas id = "myCanvas" width = "720" height = "540">
</canvas>
</body>
</html>