Skip to content

Commit 18c34a6

Browse files
authored
Update index.html
1 parent ea0b363 commit 18c34a6

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

index.html

+27-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
Hello World
1+
<!DOCTYPE html>
2+
<!-- With gratitude to Simon Willison: https://til.simonwillison.net/mastodon/verifying-github-on-mastodon -->
3+
<html>
4+
<head>
5+
<meta charset="utf-8" />
6+
<title>Redirecting to github.com/youknowjack/</title>
7+
<meta http-equiv="refresh" content="0; URL=https://github.com/youknowjack">
8+
<link href="https://github.com/youknowjack" rel="me">
9+
<link href="https://jackhumphrey.me/" rel="me">
10+
<link href="https://social.jackhumphrey.me/@youknowjack" rel="me">
11+
</head>
12+
<body style="margin: 0; padding: 0">
13+
<a
14+
href="https://github.com/youknowjack"
15+
style="
16+
display: block;
17+
height: 100vh;
18+
width: 100vw;
19+
margin: 0;
20+
padding: 0;
21+
color: white;
22+
"
23+
>
24+
github.com/youknowjack
25+
</a>
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)