-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (35 loc) · 1.49 KB
/
index.html
File metadata and controls
40 lines (35 loc) · 1.49 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
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<title>GBRRRL</title>
<meta name="description" content="a figment of your imagination" />
<link rel="shortcut icon" href="https://gbrrrl.com/assets/theme/favicon.ico">
<link rel="icon" type="image/png" href="https://gbrrrl.com/assets/theme/favicon.png" sizes="192x192">
<link rel="apple-touch-icon" href="https://gbrrrl.com/assets/theme/favicon-AT.png" sizes="180x180">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="preconnect" href="https://api.fonts.coollabs.io" crossorigin />
<link href="https://api.fonts.coollabs.io/css2?family=Inconsolata" rel="stylesheet" />
<link href="https://api.fonts.coollabs.io/icon?family=Material+Icons" rel="stylesheet" />
<link rel="stylesheet" href="https://gbrrrl.com/styles/style.css">
</head>
<body>
<div class="navbar">
<ul>
<li><a href="https://gbrrrl.com/bio">BIO</a></li>
<li><a href="bio.link/gbrrrl" target="_blank">LINKS</a></li>
<li><a href="https://gbrrrl.com/media">MEDIA</a></li>
<li><a href="https://defect.blog" target="_blank">DEFECT.blog</a></li>
<li style="float:right"><a href="https://gbrrrl.com"><img src="https://gbrrrl.com/assets/theme/header.png" height="26px" alt="GBRRRL"></a></li>
</ul>
</div>
<div class="header">
<a href="https://gbrrrl.com"><h1>GBRRRL</h1></a>
</div>
<div class="main">
</div>
<div class="footer">
</div>
</body>
</html>