-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 879 Bytes
/
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
<html>
<head>
<meta charset="euc-kr" />
<meta name="viewport" charset="euc-kr" content="width=device-width, minimum-scale=0.1">
<link href="css/style.css" rel="stylesheet">
<!--<link href="https://fonts.googleapis.com/css?family=Noto+Sans+KR&subset=korean" rel="stylesheet">-->
<script type="text/javascript" src="js/script.js"></script>
</head>
<body onload="init();">
<div id="header" onClick="toggleMenu();">AniSched</div>
<div id="tab"></div>
<div id="contents">
<div id="menu">
<input id="search" type="text">
<input type="button" value="°Ë»ö" onClick="search();">
</div>
<div id="list"></div>
</div>
<div id="overlay" onClick="releaseCap();">
<div id="capcontents">
<div id="captitle"></div>
<div id="image">
<div id="description"></div>
</div>
<div id="caption"></div>
</div>
</div>
</body>
</html>