-
Notifications
You must be signed in to change notification settings - Fork 2
/
track.html
50 lines (38 loc) · 1.55 KB
/
track.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
<!DOCTYPE html>
<html lang="en">
<head> <link rel="icon" href="data:,">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tokhy's hub</title>
<link rel="stylesheet" href="style.css">
<style> .timeline { position: relative; margin: 0 auto;} .timeline::after { content: ''; position: absolute; width: 3px; background-color:#000000; top: 0; bottom: 0; margin-left: -15px;} </style>
</head>
<body>
<h1 style="text-align: center;"><a href="index.html" style="text-decoration: none; color:#000000;"> Tokhy's </a>
<span style="color:#db2e53">Track</span> </h1>
<div class="header">
</div>
<div class="mainContainer" style="margin:1%;background-color:#e9e9e9;padding:4%;">
<h2>Introduction</h2>
<p>Here is where I put things I finished. I can't remember all of my shit in the past 18 years, so a lot is missing.</p>
<br/>
<div class="timeline">
<!----->
</div>
<br/>
<div class="butt">
<a href="philosophy.html">philosophies</a>
<a href="blogposts/index.html">blog</a>
<a href="favs/index.html">favs</a>
<!--<a href="track.html">track</a>
<a href="wishlist.html">wishlist</a>-->
<a href="atom.xml">RSS</a>
<br/><br/>
<a href="contact.html" style="color:#24d1ac">wanna <span style="text-decoration: line-through;">bang</span>
contact me?</a>
</div>
</div>
<div class="header">
</div>
</body>
</html>