This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (50 loc) · 1.68 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
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/css/reset.css" />
<link rel="stylesheet" href="/css/grid.css" />
<link rel="stylesheet" href="/css/general.css" />
<link rel="stylesheet" href="/css/layout.css" />
<title>#forrst-chat quotes</title>
</head>
<body>
<div id="top">
<header class="container_12">
<div class="grid_3">
<h1>#forrst-chat quotes</h1>
</div>
<div class="grid_4 prefix_5">
<nav>
<ul>
<li>
<a href="#" class="button">Submit Quote</a>
</li>
<li>
<a href="https://github.com/squeeks/forrst-quotes"
class="button last">Github</a>
</li>
</ul>
</nav>
</div>
</header>
</div>
<div id="center" class="container_12">
<article class="quote">
<header>
<h1>2011-11-17</h1>
</header>
<!-- Fucking pre tags -->
<pre><amr> taylor swift, what. I'd bang her but her music is for
<yorickpeterse>: <squeeks> your not a man
</pre>
</article>
<article class="quote">
<header>
<h1>2011-11-15</h1>
</header>
<pre><davzie> ls -al</pre>
</article>
</div>
</body>
</html>