Skip to content

Commit

Permalink
fix: Update index.html image path
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Dec 8, 2024
1 parent 2fade42 commit 263c46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

<body>
<div id="content">
<img src="images/undraw_setup_wizard_re_nday.svg" alt="Upgrading" />
<img src="/images/undraw_setup_wizard_re_nday.svg" alt="Upgrading" />
<h1>This site is currently being upgraded.</h1>
<h2>We'll be back shortly!</h2>
<div id="links">
Expand All @@ -83,4 +83,4 @@ <h2>We'll be back shortly!</h2>
</div>
</body>

</html>
</html>

0 comments on commit 263c46e

Please sign in to comment.