Cat fixes
This commit is contained in:
parent
5622b99adf
commit
5c9c385d86
@ -1,12 +1,10 @@
|
||||
<?php
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="description" content="Athena - 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"/>
|
||||
|
||||
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"/>';
|
||||
|
||||
echo '<script src="/js/nav.js"></script>';
|
||||
<script src="/js/nav.js"></script>
|
Reference in New Issue
Block a user