-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 966 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" shrink-to-fit=yes >
<link rel="stylesheet" href="/style.css" />
<title>traditionallimb</title>
</head>
<body>
<div>
<p class="title">traditionallimb</p>
<p class="subtitle">i'm the <a href="https://www.nationalanguillaclub.co.uk/liphookyoureels">eel</a> deal</p>
<ul class="menu-bar">
<li><a href="/index.html">home</a></li>
<li><a href="/construction.html">about</a></li>
<li><a href="/construction.html">projects</a></li>
<li><a href="/construction.html">links</a></li>
</ul>
<div class="hit-counter">
<a href='https://www.websitecounterfree.com'>
<img src='https://www.websitecounterfree.com/c.php?d=9&id=60692&s=3' border='0' alt='Free Website Counter'>
</a>
</div>
</div>
</body>
</html>