-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (41 loc) · 1.7 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
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="theme-color" content="#54DEFD">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:site_name" content="Still insane.">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel = "stylesheet" type = "text/css" href = "format.css"/>
<title>Monkeytoes999</title>
</head>
<body style="background-color:#BFFFF1; width:98.5%;">
<div id = "header" style="color:#000000; text-align:center">
<h1>Navigation</h1>
<small>There's more than one page?!</small>
</div>
<br><br><br>
<div id = "navbar" class="navbar" style="width: device-width;">
<div class="dropdown">
<button class="dropbtn">Utility</button>
<div id="Utility" class="dropdown-content">
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Games</button>
<div id="Games" class="dropdown-content">
</div>
</div>
<div class="dropdown">
<button class="dropbtn">References</button>
<div id="References" class="dropdown-content">
</div>
</div>
</div>
</body>
<footer">
<p class="footer" style="width: 98.5%; padding:15px 0; font-size: small; background-color: #B9E6FF;">This page is still under construction because it currently looks like crap</p>
<script src = "nav/pages.js" type = "text/javascript"></script>
<script src = "nav/init.js" type = "text/javascript"></script>
</footer>
</html>