mirror of
https://github.com/fergalmoran/fergalmoran.github.io.git
synced 2025-12-22 09:47:39 +00:00
Initial commit
This commit is contained in:
26
index.html
Normal file
26
index.html
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<!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/simonw">
|
||||||
|
<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>
|
||||||
Reference in New Issue
Block a user