-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 848 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
25
26
27
28
29
30
31
<!DOCTYPE html>
<!--
Based on the guide by Simon Willison
https://til.simonwillison.net/mastodon/verifying-github-on-mastodon
-->
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to github.com/mukilan/</title>
<meta http-equiv="refresh" content="0; URL=https://github.com/mukilan">
<link href="https://github.com/mukilan" rel="me">
<link href="https://discuss.systems/@mukilan" rel="me">
<link href="https://www.youtube.com/@mukilan.t" rel="me">
<link href="https://twitter.com/mukilan_t" rel="me">
</head>
<body style="margin: 0; padding: 0">
<a
href="https://github.com/mukilan"
style="
display: block;
height: 100vh;
width: 100vw;
margin: 0;
padding: 0;
color: white;
"
>
github.com/mukilan
</a>
</body>
</html>