-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (32 loc) · 860 Bytes
/
index.html
File metadata and controls
34 lines (32 loc) · 860 Bytes
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>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to github.com/cosmicaug/</title>
<meta http-equiv="refresh" content="1; URL=https://github.com/cosmicaug">
<link href="https://github.com/cosmicaug" rel="me">
<link href="https://bsky.app/profile/cosmicaug.bsky.social" rel="me">
<link href="https://x.com/AugustPamplona" rel="me">
<link href="https://genomic.social/@cosmicaug" rel="me">
</head>
<body style="margin: 0; padding: 0">
<a
href="https://github.com/cosmicaug"
style="
display: block;
height: 100vh;
width: 100vw;
margin: 0;
padding: 0;
color: white;
"
>
github.com/cosmicaug
</a>
<a
href="https://genomic.social/@cosmicaug" rel="me"
>
My Mastodon account.
</a>
</body>
</html>