-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 1.29 KB
/
Copy pathindex.html
File metadata and controls
34 lines (33 loc) · 1.29 KB
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
<!doctype html>
<!--
I certify that I am a real human, though this code was mostly written by a robot.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Fatchops is my homeboy.">
<title>Fatchops is my Homeboy</title>
<link rel="canonical" href="https://fatchopsismyhomeboy.com">
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Bricolage+Grotesque:opsz,wght@12..96,600;12..96,700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/css/site.css">
<script>window.goatcounter = { path: function (p) { return location.host + p } };</script>
<script data-goatcounter="https://fatchops.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</head>
<body class="landing">
<div class="splash">
<h1>This is Fatchops</h1>
<p class="sub">He is my homeboy</p>
<div class="links">
<a href="/resume">résumé</a>
<span class="sep">·</span>
<a href="https://pearlismyhomegirl.com">meet my homegirl →</a>
</div>
</div>
</body>
</html>