-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (27 loc) · 1.1 KB
/
index.html
File metadata and controls
28 lines (27 loc) · 1.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel= "stylesheet" type="text/css" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap" rel="stylesheet">
<title>나연누나와밥먹는법</title>
<script src="engine.js"></script>
<script src="scenario.js"></script>
</head>
<body onClick="textGame.nextPage()" id="body">
<div id="canvasDiv">
<img id="backgroundImg" src="">
<div id="leftImgDiv" class="ImgDiv"><img id="leftImg" src="" class="img"></div>
<div id="centerImgDiv" class="ImgDiv"><img id="centerImg" src="" class="img"></div>
<div id="rightImgDiv" class="ImgDiv"><img id="rightImg" src="" class="img"></div>
<div id="textbar">
<div id="nameBox"></div>
<div id="chatBox" class="typewriter"></div>
<div>
</div>
<script src="start.js"></script>
</body>
</html>