This repository has been archived on 2023-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
athena.fb-infra.uk/page-blocks/headers.php

13 lines
595 B
PHP
Raw Normal View History

2022-09-20 19:26:32 +01:00
<?php
2022-09-20 19:34:44 +01:00
echo '<meta charset="UTF-8"/>';
2022-09-20 20:23:06 +01:00
echo '<meta name="description" content="Athena - Live train departures for traincrew."/>';
2022-09-20 19:34:44 +01:00
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>';