Files
fergalmoran.github.io/index.html
2022-12-08 00:42:03 +00:00

27 lines
676 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to github.com/fergalmoran/</title>
<meta http-equiv="refresh" content="0; URL=https://github.com/fergalmoran">
<link href="https://github.com/fergalmoran" rel="me">
<link href="https://fergl.ie" rel="me">
<link href="https://mastodon.fergl.ie/@fergal" rel="me">
</head>
<body style="margin: 0; padding: 0">
<a
href="https://github.com/fergalmoran"
style="
display: block;
height: 100vh;
width: 100vw;
margin: 0;
padding: 0;
color: white;
"
>
github.com/fergalmoran
</a>
</body>
</html>