-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (28 loc) · 1.29 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>
<head>
<title>Kerr Travers</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width"/>
<link rel="shortcut icon" type="image/png" href="./MainAssets/fav.png"/>
<meta name="description" content="Personal Website - Registered Since 2018">
<meta name="keywords" content="kerr travers, kerrtravers, ktrvs.com, ktrvs">
<meta name="robots" content="index, nofollow">
<link rel="stylesheet" href="./MainAssets/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<script src="https://kit.fontawesome.com/1d1029077b.js" crossorigin="anonymous"></script>
</head>
<body>
<center>
<div class="container">
<div class="animate__animated animate__zoomIn">
<u style="text-decoration-color: #34eb77"> <h1>kerrtravers.com</h1> </u>
</div>
</div>
</center>
</body>
</html>