-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 872 Bytes
/
index.html
File metadata and controls
29 lines (29 loc) · 872 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to github.com/lits101/</title>
<meta http-equiv="refresh" content="0; URL=https://github.com/lits101">
<link href="https://github.com/lits101" rel="me">
<link href="https://litschner.com/" rel="me">
<link href="https://mstdn.litschner.com/andrew" rel="me">
<link href="https://mastodon.au/@andrewlitschner" rel="me">
</head>
<body style="margin: 0; padding: 0">
<a
href="https://github.com/lits101"
style="
display: block;
height: 100vh;
width: 100vw;
margin: 0;
padding: 0;
color: white;
"
>
github.com/lits101
</a>
<a rel="me" href="https://mstdn.litschner.com/@andrew">Mastodon</a>
<a rel="me" href="https://mastodon.au/@andrewlitschner">Mastodon</a>
</body>
</html>