Compare commits

..

No commits in common. "ec6551e985d09ff6df671227d984847ded7cde34" and "dc44deb343f6fa454fb39f3c224ce762337e4387" have entirely different histories.

4 changed files with 28 additions and 16 deletions

View File

@ -1,9 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<?php include './page-blocks/headers.php';?>
<title>Athena</title>
<meta charset="UTF-8"/>
<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="application-name" content="Athena">
<meta name="author" content="Frederick Boniface">
<link rel="stylesheet" type="text/css" href="/styles/style.css"/>
<link rel="icon" type="image/png" href="/assets/icons/favicon.ico"/>
<link rel="manifest" type="application/json" href="/manifest.json"/>
<script src="/js/tiploc-finder.js"></script>
<script src="/js/nav.js"></script>
@ -68,7 +77,9 @@
</div>
<!-- Footer -->
<?php include "./page-blocks/footer.php" ?>
<footer>
<p>Created by Fred Boniface - v0.4.0-devel</p>
</footer>
</body>

View File

@ -1,5 +1,4 @@
<?php
include "./php/version.php";
echo "<footer>"
echo "<p>Created by Fred Boniface - v$athenaVersion</p>"
echo "</footer>"
?>

View File

@ -1,10 +0,0 @@
<?php
echo '<meta charset="UTF-8"/>';
echo '<meta name="description" content="Athena - Live train departures for traincrew."/>;'
echo '<meta name="viewport" content="width=device-width, initial-scale=1.0">';
echo '<meta name="application-name" content="Athena">';
echo '<meta name="author" content="Frederick Boniface">';
echo '<link rel="stylesheet" type="text/css" href="/styles/style.css"/>';
echo '<link rel="icon" type="image/png" href="/assets/icons/favicon.ico"/>';
echo '<link rel="manifest" type="application/json" href="/manifest.json"/>';

View File

@ -1,8 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<?php include './page-blocks/headers.php';?>
<title>Athena - Report Issue</title>
<title>Athena</title>
<meta charset="UTF-8"/>
<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="application-name" content="Athena">
<meta name="author" content="Frederick Boniface">
<link rel="stylesheet" type="text/css" href="/styles/style.css"/>
<link rel="icon" type="image/png" href="/assets/icons/favicon.ico"/>
</head>
<body>
@ -99,7 +108,10 @@
</p>
<!-- Footer -->
<footer>
<?php include "./page-blocks/footer.php" ?>
</footer>
</body>
</html>