wargof0

head.php

Apr 21st, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.02 KB | None | 0 0
  1. <head>
  2.     <meta charset="utf-8">
  3.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  4.     <meta name="viewport" content="width=device-width, initial-scale=1">
  5.     <meta name="description" content="">
  6.     <meta name="author" content="">
  7.     <link rel="icon" href="/favicon.png">
  8.  
  9.     <title>~ Wargof.net</title>
  10.  
  11.     <!-- Bootstrap core CSS -->
  12.     <link href="include/css/bootstrap.css" rel="stylesheet">
  13.     <link href="include/css/styles.css" rel="stylesheet">
  14.  
  15.     <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
  16.    <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
  17.    <script src="../../assets/js/ie-emulation-modes-warning.js"></script>
  18.  
  19.    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
  20.    <!--[if lt IE 9]>
  21.    <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  22.    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  23.    <![endif]-->
  24. </head>
Add Comment
Please, Sign In to add comment