Skip to content

Commit

Permalink
Redirect to blog
Browse files Browse the repository at this point in the history
  • Loading branch information
stephankoe committed Apr 11, 2024
1 parent 262b3f4 commit 49badad
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
Hello World
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="1; url=/blog"/>
<title>Redirecting to blog</title>
</head>
<body>
<h1>
Redirecting to blog
</h1>
<p>
This page is currently empty. You will soon be redirected to
<a href="/blog" target="_blank">my blog page</a>
</p>
</body>
</html>

0 comments on commit 49badad

Please sign in to comment.