-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 759 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to github.com/FonsRademakers/</title>
<meta http-equiv="refresh" content="0; URL=https://github.com/FonsRademakers">
<link href="https://github.com/FonsRademakers" rel="me">
<link href="https://photos.rademakers.org/" rel="me">
<link href="https://mastodon.nl/@fons" rel="me">
</head>
<body style="margin: 0; padding: 0">
<a
href="https://github.com/FonsRademakers"
style="
display: block;
height: 100vh;
width: 100vw;
margin: 0;
padding: 0;
color: white;
"
>
github.com/FonsRademakers
</a>
<a rel="me" href="https://mastodon.nl/@fons">Mastodon</a>
</body>
</html>