-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 1.01 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
<html>
<head>
<title> Kuixz' Pigeonhole </title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id = "frame">
<div class="platform">
<img src="assets/platform_top.png" class="platsprite">
<div id="hover-center"></div>
<img src="assets/platform_bottom.png" class="platsprite">
</div>
<!-- <p id="caption"> text </p> -->
<div id="unravel-holder">
<div id="unravel">
</div>
</div>
</div>
<!-- <img class = "bg" src = "popup-bg.png"> -->
<!-- <div id="main"><form><input type="text" id="pass" name="pass"><br><br></form><label></label> </div> -->
</body>
<script src = "foundation.js"> </script>
<script src = "index.js"> </script>
</html>