mirror of
https://github.com/fergalmoran/fergalmoran.github.io.git
synced 2025-12-22 09:47:39 +00:00
27 lines
671 B
HTML
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>
|