-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (87 loc) · 3.14 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<title>John Wick Appreciation Thread</title>
<link href="style.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Oswald&display=swap" rel="stylesheet">
</head>
<body>
<ul class="navigation">
<li>John's Forum</li>
<li><a>Home</a></li>
<li><a>My Page</a></li>
<li><a>About</a></li>
<li><a>Language</a></li>
<li><a>Settings</a></li>
<li class="search"><input value="Search the forum..."></li>
</ul>
<div class="main">
<h1>John Wick Appreciation Thread</h1>
<h2>Discuss anything about John here</h2>
<ul class="pages">
<li><a>Previous</a></li>
<li class="active-page"><a>1</a></li>
<li><a>2</a></li>
<li><a>3</a></li>
<li><a>Next</a></li>
</ul>
<table>
<thead>
<tr>
<th scope= "column">Threads</th>
<th scope= "column">Started By</th>
<th scope= "column">Replies</th>
<th scope= "column">View</th>
<th scope= "column">Last reply</th>
</tr>
</thead>
<tbody>
<tr>
<td><a>My girlfriend drawing of John</a></td>
<td>John Fanboy<br>23/6/19</td>
<td>0</td>
<td>11</td>
<td>9:02pm</td>
</tr>
<tr>
<td><a>My mom watched John Wick for the first time</a></td>
<td>JC<br>23/6/19</td>
<td>2</td>
<td>31</td>
<td>8:59pm</td>
</tr>
<tr>
<td><a>What is Theon doing here?</a></td>
<td>NightKing<br>23/6/19</td>
<td>129</td>
<td>203</td>
<td>8:50pm</td>
</tr>
<tr>
<td><a>Am I the only one?</a></td>
<td>Em0gurl1997<br>23/6/19</td>
<td>12</td>
<td>86</td>
<td>8:45pm</td>
</tr>
<tr>
<td><a>Those girls in pink skirt are hot</a></td>
<td>4ever_alone93<br>23/6/19</td>
<td>101</td>
<td>392</td>
<td>8:42pm</td>
</tr>
</tbody>
</table>
</div>
</body>
<footer>
<ul>
<li><a>Terms & Conditions</a></li>
<li><a>Privacy Policy</a></li>
<li><a>Cookie Policy</a></li>
<li><a>Site Map</a></li>
<li><a>Forum Support</a></li>
</ul>
</footer>
</html>