-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (24 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" type="image/png" href="ico.png" >
<title>Josh Quotes</title>
</head>
<body>
<a href="https://github.com/xanth-/JoshQuotes"><img style="position: absolute; top: 0; left: 0; border: 0;" src="forkme_light_background.png" alt="Fork Josh on GitHub"></a>
<h1 class="headerTitle">Matthew Shipman</h1>
<h2 class="headerSub">"Sickest cunt!" - <a class="referenceLink" href="https://www.facebook.com/">Joshua Newman</a></h2>
<h1 class="headerTitle">Robert Chatfield</h1>
<h2 class="headerSub">"Madest cunt!" - <a class="referenceLink" href="https://www.facebook.com/">Joshua Newman</a></h2>
<h1 class="headerTitle">Rhys Williams</h1>
<h2 class="headerSub">"Beardest cunt!" - <a class="referenceLink" href="https://www.facebook.com/">Joshua Newman</a></h2>
<h1 class="headerTitle">Marc Wannenmacher</h1>
<h2 class="headerSub">"Pepsi MAX cunt!" - <a class="referenceLink" href="https://www.facebook.com/">Joshua Newman</a></h2>
<h1 class="headerTitle">Joshua Newman</h1>
<h2 class="headerSub">"Hardest cunt!" - <a class="referenceLink" href="https://www.facebook.com/">Joshua Newman</a></h2>
<h1 class="headerTitle">Web Programming</h1>
<h2 class="headerSub">"Make the sickest shit!" - <a class="referenceLink" href="https://www.facebook.com/">Joshua Newman</a></h2>
</body>
</html>