-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (40 loc) · 1.39 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
43
44
45
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Left Hand Side</title>
<link href="https://fonts.googleapis.com/css?family=Atma|Inter" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- NAV BAR -->
<header>
<a class="active" href="index.html">Home</a>
<a href="iriz.html">Iriz</a>
<a href="ash.html">Ash</a>
<a href="quail.html">Quail</a>
<a href="chole.html">Chole</a>
<a href="list.html">Complete List</a>
</header>
<!-- TITILE DIV -->
<div class="titleDiv">
<h1>LHS</h1>
<h2>left hand side</h2>
</div>
<div class="nextDiv">
<h3>?!</h3>
<h4>This is a list of the funy things that we come up with when we are stupid bored idiots, usally in class</h4><br>
</div>
<footer>
<center>
<h5>LHS Seris of websites!</h5>
<h6><a href="https://twinklefan.github.io/Timmy-Art/">Timmy Art</a></h6>
<h6><a href="">LHS list (This website)</a></h6>
<h6><a href="https://twinklefan.github.io/Maori-Myths-And-Legends/">Maori Myths</a><h6>
<h6><a href="https://twinklefan.github.io/ShakesAsh/">ShakeAsh</a></h6>
<h6><a href="https://twinklefan.github.io/Website-About-Twinkle/">Twinkle!</a></h6>
<h6><a href="https://twinklefan.github.io/Quail-Website/">Quail website</a></h6>
</center>
</footer>
</body>
</html>