-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclips.html
More file actions
31 lines (28 loc) · 925 Bytes
/
clips.html
File metadata and controls
31 lines (28 loc) · 925 Bytes
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 lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="stylecopy.css">
<script src="scripts/scripts.js"></script>
<title>
Richard Hammer TV
</title>
</head>
<body>
<nav>
<ul>
<li class="head"><img class="richH2" src="richH2.png" alt="Rich Head">
</li><li><a href="index.html">Home</a>
</li><li><a href="clips.html">Clips</a>
</li><li><a href="">Emotes</a>
</li><li><a href="">Sponsers</a>
</li><li><a href="">Commands</a>
</li><li><a href="">Friends</a>
</li><li><a href="contact.html">Contact</a>
</li><li><a href="404.html">Error Testing</a>
</li><li class="head"><img class="richT2" src="richT2.png" alt="Rich Butt">
</li>
</ul>
</nav>
</body>
</html>