Skip to content
Snippets Groups Projects
Select Git revision
  • 74d351e9cd953dee861ff57a8d2bfc91c2dc02d1
  • main default protected
  • rewrite
  • production
4 results

head.php

Blame
  • head.php 729 B
    <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="manifest" href="manifest.json" />
    
    <!-- 0_o -->
    
    <link rel="apple-touch-icon" href="/assets/icons/apple-icon-180.png">
    
    <meta name="apple-mobile-web-app-capable" content="yes">
    
    <link rel="stylesheet" href="/styles/global.css" />
    <link rel="stylesheet" href="/fontawesome/css/all.css" />