-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 818 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Tristan Price (tri-llionaire)'s website">
<meta name="keywords" content="formula 1, f1, f1 analysis, formula 1 analysis, projects, python">
<meta name="author" content="Tristan Price">
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./master.css">
<title>tri-llionaire's webpage</title>
</head>
<body>
<div class="menu">
<h1>tri-llionaire's webpage</h1>
</div>
<hr>
<div>
<a href="./">webpage frontend for a temporary place to put files</a>
</div>
<hr>
<div>
<a href="https://github.com/tri-llionaire/tri-llionaire.github.io/archive/master.zip">zip of it all</a>
</div>
</body>
</html>