Compare commits

..

2 Commits

Author SHA1 Message Date
Fred Boniface e1851effc4 Fixes issue #22 2022-09-21 20:24:33 +01:00
Fred Boniface 60a7824917 Fixes issue #26 2022-09-21 20:23:27 +01:00
2 changed files with 7 additions and 1 deletions

View File

@ -14,6 +14,12 @@
<h1>Oh no! That page can't be found</h1> <h1>Oh no! That page can't be found</h1>
<p>
If you got here from a homescreen icon on your device, you will
need to remove and re-add the button due to major upgrades to
the Athena application
</p>
<p><a class="actionbutton" href="/">Go back to the homepage</a></p> <p><a class="actionbutton" href="/">Go back to the homepage</a></p>
<h3>404 - Not Found</h3> <h3>404 - Not Found</h3>

View File

@ -1,7 +1,7 @@
{ {
"name": "Athena", "name": "Athena",
"short_name": "Athena", "short_name": "Athena",
"start_url": "/index.html", "start_url": "/",
"scope": "/", "scope": "/",
"display": "standalone", "display": "standalone",
"background_color": "#7fa7e6", "background_color": "#7fa7e6",