id/head.php

13 lines
534 B
PHP
Raw Normal View History

2023-10-31 20:21:33 +00:00
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-11-10 21:19:08 +00:00
<script
src="https://js.sentry-cdn.com/15d71a72983891268a3298cdc2bd1498.min.js"
crossorigin="anonymous"
></script>
2023-10-31 20:21:33 +00:00
<title><?php if (isset($doc_title)) { echo $doc_title." | "; } ?>ByeCorps ID</title>
2023-11-19 12:24:38 +00:00
<link rel="shortcut icon" href="favicon.svg" type="image/svg">
2023-10-31 20:21:33 +00:00
<link rel="stylesheet" href="/styles/global.css">
<link rel="stylesheet" href="/fontawesome/css/all.css">