Correct viewport meta tag and correct version number to 3.0.0-alpha

This commit is contained in:
Fred Boniface 2022-09-16 21:30:01 +01:00
parent 4f676641a4
commit e503247da1
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<meta name="description" content="Athena - Quick links to live train departures for traincrew."/> <meta name="description" content="Athena - Quick links to live train departures for traincrew."/>
<meta name="viewport" content="width=device-width, initial=scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="application-name" content="Athena"> <meta name="application-name" content="Athena">
<meta name="author" content="Frederick Boniface"> <meta name="author" content="Frederick Boniface">
@ -99,7 +99,7 @@
<!-- Footer --> <!-- Footer -->
<footer> <footer>
<p>Created by Fred Boniface - v0.2.1-alpha</p> <p>Created by Fred Boniface - v0.3.0-alpha</p>
</footer> </footer>
</body> </body>

View File

@ -1,7 +1,7 @@
const url = "https://tiger.worldline.global/"; const url = "https://tiger.worldline.global/";
const view = "/staff;scrollbar=true"; const view = "/staff;scrollbar=true";
console.group("Athena - v0.2.1-alpha") console.group("Athena - v0.3.0-alpha")
console.info("Initialising"); console.info("Initialising");