mirror of https://github.com/byecorps/id.git
13 lines
534 B
PHP
13 lines
534 B
PHP
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<script
|
|
src="https://js.sentry-cdn.com/15d71a72983891268a3298cdc2bd1498.min.js"
|
|
crossorigin="anonymous"
|
|
></script>
|
|
<title><?php if (isset($doc_title)) { echo $doc_title." | "; } ?>ByeCorps ID</title>
|
|
|
|
<link rel="shortcut icon" href="favicon.svg" type="image/svg">
|
|
|
|
<link rel="stylesheet" href="/styles/global.css">
|
|
<link rel="stylesheet" href="/fontawesome/css/all.css">
|