Files
fergalmoran.github.io/index.html
Fergal Moran 1e7805be45 Oopsie
2022-11-21 20:01:44 +00:00

27 lines
671 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://hachyderm.io/@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>