-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (23 loc) · 833 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
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fatchops is my Homeboy</title>
<link rel="canonical" href="https://fatchopsismyhomeboy.com">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/landing.css">
<script data-goatcounter="https://fatchops.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</head>
<body>
<div class="content">
<h1>This is Fatchops</h1>
<h5>He is my homeboy</h5>
<h3>
<a href="/resume">Resume</a>
</h3>
</div>
</body>
</html>