Files
fergalmoran.github.io/index.html
2024-08-24 22:17:03 +01:00

27 lines
675 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://ferg.al" rel="me">
<link href="https://mastodon.social/@nooshoes" 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>