-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
28 lines (28 loc) · 885 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
<!DOCTYPE>
<html>
<head>
<meta charset="utf-8">
<title>Startpage</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" href="favicon.ico">
</head>
<body onload="document.body.style.opacity='1'">
<div id="container">
<div id="blocked">
<div id="logo">おかえり!</div>
<div id="search">
<form>
<input id="box" type="text" autocomplete="off" placeholder='type :<key> and hit enter' /></form>
<div id="cheatp">
<div id="cheat">
<ul></ul>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="main.js"></script>
<script type="text/javascript" src="tinycolor.js"></script>
</body>
</html>