-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmore.html
31 lines (28 loc) · 999 Bytes
/
more.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
<!DOCTYPE html>
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css" />
<title>More</title>
</head>
<body>
<nav>
<ul>
<li style="background-color:#ffffff"><a href="index.html">Home</a></li>
<li style="background-color:#ffffff"><a href="hurt.html">DONT GO BREAKING</a></li>
<li style="background-color:#ffffff"><a href="drug.html">Dont DO Drugs</a></li>
<li style="background-color:#ffffff"><a href="cat.html">Cats</a></li>
<li style="background-color:#ffffff"><a href="tupac.html">Tupac Isn't Dead</a></li>
<li style="background-color:#ffffff"><a href="propane.html">Propane</a></li>
<li style="background-color:#ffffff"><a href="more.html">More</a></li>
</ul>
<br>
<ul>
<li style="background-color:#ffffff"><a href="nyan.html">Nyan Me Harder</a></li>
<li style="background-color:#ffffff"><a href="Calculator.html">Calculator</a></li>
</ul>
</nav>
<div id = "Copyright">
<p>© PestoSwagWare<br>2014</p>
</div>
</body>
</html>