forked from SeongJaeYoon/whole_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathingame.html
47 lines (42 loc) · 1.56 KB
/
ingame.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
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link type="text/css" rel = "stylesheet" href = "css.css">
<script type="text/javascript" src="js.js"></script>
<title>Document</title>
</head>
<body>
<header>
<button class = "button"><img src = "/img/button.png" width = "45px" height="45px"></button>
</header>
<nav>
<form class="info">
<fieldset class = "Portrait">
<legend class = "explain">초상화</legend>
<img src="/img/아무것도 아닌.png" width="200px" height="200px">
</fieldset>
<fieldset class = "name">
이름 : 없뭉이 <br> 도감번호 : 그런거 없다.
</fieldset>
<fieldset class = "InGame">
<legend class = "explain">인게임</legend>
<img src="/img/없뭉이.jpg" width="500px" height="380px">
</fieldset>
</form>
</nav>
<selection> </selection>
<aside>
<form class="info">
<fieldset class = "Portrait">
<legend class = "explain">초상화</legend>
<img src="/img/아무것도 아닌.png" width="200px" height="200px">
</fieldset><br>
<fieldset class = "InGame">
<legend class = "explain">인게임</legend>
<img src="/img/없뭉이.jpg" width="500px" height="380px">
</fieldset>
</form>
</aside>
</body>
</html>