Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
too-gee authored Feb 23, 2024
0 parents commit 4f4f40c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to github.com/too-gee/</title>
<meta http-equiv="refresh" content="0; URL=https://github.com/too-gee">
<link href="https://github.com/too-gee" rel="me">
<link href="https://turajpilehvar.com/" rel="me">
<link href="https://hachyderm.io/@turajpilehvar" rel="me">
</head>
<body style="margin: 0; padding: 0">
<a
href="https://github.com/too-gee"
style="
display: block;
height: 100vh;
width: 100vw;
margin: 0;
padding: 0;
color: white;
"
>
github.com/too-gee
</a>
</body>
</html>

0 comments on commit 4f4f40c

Please sign in to comment.