Skip to content

Commit

Permalink
feat: maintainance mode
Browse files Browse the repository at this point in the history
  • Loading branch information
spider-hand committed Oct 2, 2024
1 parent 403a924 commit 927bb5c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions _redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 302
15 changes: 13 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,18 @@
<title>Geoguess Master - Free geoguess game</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<!-- <div id="app"></div> -->
<!-- <script type="module" src="/src/main.ts"></script> -->
<div>
<h1>Geoguess Master is Getting an Update Soon 🚀</h1>
<p>Hi everyone!</p>
<p>I am thrilled to announce that I will be renewing Geoguess Master and launching a brand-new version soon! 🎉</p>
<p>I have been working hard on it lately, and can't wait for you all to experience the new features and improvements the new version will bring.</p>
<br />
<p>In the meantime, I'd love for you to join our new Discord! I will keep things updated there on the new website's launch.</p>
<br />
👉 <a href="https://discord.gg/kHdfRPevdw">Join Discord</a>
<p>Looking forward to seeing you there and sharing more updates soon!</p>
</div>
</body>
</html>

0 comments on commit 927bb5c

Please sign in to comment.