Create page-blocks/headers.php
This commit is contained in:
parent
95c1ea7b93
commit
30b05df104
9
page-blocks/headers.php
Normal file
9
page-blocks/headers.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?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"/>;
|
Reference in New Issue
Block a user