-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 1.1 KB
/
index.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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8"/>
<title> HH </title>
<link rel="stylesheet" href="css/layout.css"/>
<link rel="stylesheet" href="css/font.css"/>
</head>
<body>
<!-- header -->
<div class="cover">
<div class="row1">
<div class="rlogo"><div class="logo" style="background-color: grey;"></div></div>
<div class="rtitle"><h1> HH </h1></div>
</div>
<div class="row2">
<div class="menu-wrap">
<a href="#" class="btn" id="hashBtn" title="해시태그">◀◀</a>
<a href="#" class="btn" id="homeBtn">Main</a>
<a href="#" class="btn" id="logBtn" title="TRPG 로그 백업">▶▶</a>
</div>
</div>
</div>
<!-- main -->
<div class="page">
<iframe class="frame" id="frame" src="page_main.html"></iframe>
</div>
</body>
<!-- JS 호출 -->
<script type="text/javascript" src="script.js"></script>
</html>