diff options
Diffstat (limited to 'views/add-to-home.php')
-rw-r--r-- | views/add-to-home.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/add-to-home.php b/views/add-to-home.php new file mode 100644 index 0000000..857e959 --- /dev/null +++ b/views/add-to-home.php @@ -0,0 +1,6 @@ +<div class="narrow"> + <?= partial('partials/header') ?> + + <div style="margin: 20px;">Add this page to your home screen!<br /><br />The next time you visit it, you will be signed in.</div> + +</div>
\ No newline at end of file |