2024-07-03 13:20:15 +00:00
|
|
|
<?php
|
|
|
|
if (isset($page_title)) {
|
|
|
|
echo '<title>' . $page_title . ' ~> ByeCorps ID</title>';
|
|
|
|
}
|
|
|
|
?>
|
2024-06-27 21:30:56 +00:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport"
|
|
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
2024-06-28 21:41:35 +00:00
|
|
|
<script src="https://cdn.byecorps.com/global/fonts/fontawesome/js/all.min.js" defer></script>
|
2024-06-27 21:30:56 +00:00
|
|
|
<link rel="stylesheet" href="/styles/base.css">
|
2024-07-03 13:20:15 +00:00
|
|
|
<link rel="shortcut icon" href="/favicon.svg" type="image/x-icon">
|
2024-06-27 21:30:56 +00:00
|
|
|
|
2024-07-03 13:20:15 +00:00
|
|
|
<!-- Apple web app stuff -->
|
|
|
|
<link rel="apple-touch-icon" href="https://cdn.id.byecorps.com/assets/icons/apple-icon-180.png" />
|
|
|
|
<link rel="apple-touch-startup-image" href="" />
|