-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 914 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
<!DOCTYPE html>
<!--Stop looking at me, you're making me nervous.-->
<!--Credit for this template goes to Simon Wilson-->
<!--He's at https://fedi.simonwillison.net/@simon-->
<!--https://til.simonwillison.net/mastodon/verifying-github-on-mastodon-->
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to github.com/modusmundi/</title>
<meta http-equiv="refresh" content="0; URL=https://github.com/modusmundi">
<link href="https://github.com/modusmundi" rel="me">
<link href="https://modusmundi.com/" rel="me">
<link href="https://infosec.exchange/@ModusMundi" rel="me">
</head>
<body style="margin: 0; padding: 0">
<a
href="https://github.com/modusmundi"
style="
display: block;
height: 100vh;
width: 100vw;
margin: 0;
padding: 0;
color: white;
"
>
github.com/modusmundi
</a>
</body>
</html>