Skip to content

Commit

Permalink
feat: fix homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
andresitodeguzman committed Sep 28, 2020
1 parent 2aed056 commit 7901124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<title>Hacktoberfest Philippines - PWA Pilipinas</title>
<meta http-equiv="refresh" content="2;url=https://hacktoberfest.digitalocean.com/events#:~:text=Hacktoberfest%20Philippines" />
<meta http-equiv="refresh" content="2;url=/index.html" />
<style>body { font-family: sans-serif; }</style>
</head>
<body>
Redirecting you to Hacktoberfest Events...
Redirecting you to homepage...
</body>
</html>

0 comments on commit 7901124

Please sign in to comment.