id/views/partials/head.php

19 lines
886 B
PHP
Raw Normal View History

2024-07-03 14:20:15 +01:00
<?php
if (isset($page_title)) {
echo '<title>' . $page_title . ' ~> ByeCorps ID</title>';
}
?>
2024-06-27 22:30:56 +01: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 22:41:35 +01:00
<script src="https://cdn.byecorps.com/global/fonts/fontawesome/js/all.min.js" defer></script>
2024-06-27 22:30:56 +01:00
<link rel="stylesheet" href="/styles/base.css">
2024-07-05 12:04:51 +01:00
<link rel="preconnect" href="https://fonts.bunny.net" crossorigin>
<link href="https://fonts.bunny.net/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
2024-07-03 14:20:15 +01:00
<link rel="shortcut icon" href="/favicon.svg" type="image/x-icon">
2024-06-27 22:30:56 +01:00
2024-07-03 14:20:15 +01: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="" />