-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (31 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>
Mekapaedia - Home
</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div id=bodytext>
<div id=header>
<h1><a href="./index.html">Mekapaedia</a></h1>
<strong><a href="./about.html">about me</a> - <a href="./other.html">other stuff</a> - <a href="./index.html">contact/link tree</a></strong>
</div>
<br><br>
<div id=mainlinks>
<h2><a href="https://www.linkedin.com/in/ryan-harvey-45471b42/">linkedin</a></h2>
<h2><a href="mailto:[email protected]">email</a></h2>
<h2><a href="https://github.com/Mekapaedia">github</a></h2>
<h2><a href="https://hachyderm.io/@mekapaedia">mastodon</a></h2>
<h2><a href="https://twitter.com/Mekapaedia">twitter</a></h2>
<h2><a href="https://www.facebook.com/mekapaedia">facebook</a></h2>
<h2><a href="https://www.youtube.com/channel/UC6Eycp1JhoVa4-NrBDhB1Ow">youtube</a></h2>
<h2><a href="https://www.instagram.com/mekapaedia/">instagram</a></h2>
<h2><a href="https://discord.gg/fy6N9DX3cs">join my discord!</a></h2>
<h2><a href="./f1/">F1 driver ratings</a></h2>
</div>
</div>
</body>
</html>