forked from tejasrshah813/tejasrshah813.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
timeline.html
72 lines (64 loc) · 1.78 KB
/
timeline.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
<!DOCTYPE HTML>
<html>
<head>
<title>Timeline</title>
<meta charset="utf-8" />
<link rel="icon" type="image/x-icon" href="/images/firstpicofme.JPG">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/timeline.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<div class = "title">
<h1>The History of the Server</h1>
</div>
<div class = "timeline">
<div class = "checkpoint">
<div>
<h2> Date the server was created</h2>
<p>
It was created on this day and
</p>
</div>
</div>
<div class = "checkpoint">
<div>
<h2> The vib</h2>
<p>
The stib?
</p>
</div>
</div>
<div class = "checkpoint">
<div>
<h2> voobad</h2>
<p>
voob
</p>
</div>
</div>
<div class = "checkpoint">
<div>
<h2> gooby</h2>
<p>
The goob
</p>
</div>
</div>
<div class = "checkpoint">
<div>
<h2> abad rizzchess</h2>
<p>
rizzy glizzy
</p>
</div>
</div>
<div class = "checkpoint">
<div>
<h2> marriage arc</h2>
<p>
1 year strong
</p>
</div>
</div>
</div>
</html>