headmate.php 849 B

12345678910111213
  1. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  2. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
  3. <meta name="description" content="<?php echo $description; ?>">
  4. <meta name="author" content="<?php echo $author; ?>">
  5. <!-- <meta name="google-site-verification" content="5O6Wxt0gIyGb7btMuXiQqddZJ516n-xBOW_9RLMBeSY" /> -->
  6. <link href="/favicon.ico?_=<?php echo $static_release; ?>" rel="icon">
  7. <link href="/lib/bootstrap/css/bootstrap.min.css?_=<?php echo $static_release; ?>" rel="stylesheet">
  8. <link href="/assets/css/style.css?_=<?php echo $static_release; ?>" rel="stylesheet">
  9. <!--[if lt IE 9]>
  10. <script src="/lib/html5shiv/html5shiv.min.js"></script>
  11. <script src="/lib/respond/respond.min.js"></script>
  12. <![endif]-->