Skip to content

Commit

Permalink
Add offline mode message
Browse files Browse the repository at this point in the history
  • Loading branch information
happycollision committed Mar 11, 2023
1 parent c51af62 commit 0aec7fb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@
import Layout from "$layouts/Layout.astro"
---

<Layout title="Finger on the Trigger" />
<Layout title="Finger on the Trigger">
<div class="max-w-lg p-2">
This app supports offline mode. Just wait a while and all the pages should
be loaded and ready to go, even if you lose your internet connection.<br
/><br />

You may need to add this site to your home screen to get it to work offline.
</div>
</Layout>

0 comments on commit 0aec7fb

Please sign in to comment.