Advertisement
skisr2000

header.php

Feb 1st, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.11 KB | None | 0 0
  1. <?php
  2.  
  3. require_once ("init.php");
  4. ob_start();
  5.  
  6.  
  7. ?>
  8.  
  9.  
  10. <!DOCTYPE html>
  11. <html lang="en">
  12.  
  13. <head>
  14.  
  15.     <meta charset="utf-8">
  16.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  17.     <meta name="viewport" content="width=device-width, initial-scale=1">
  18.     <meta name="description" content="">
  19.     <meta name="author" content="">
  20.  
  21.     <title>SB Admin - Bootstrap Admin Template</title>
  22.  
  23.     <!-- Bootstrap Core CSS -->
  24.     <link href="css/bootstrap.min.css" rel="stylesheet">
  25.  
  26.     <!-- Custom CSS -->
  27.     <link href="css/sb-admin.css" rel="stylesheet">
  28.  
  29.     <!-- Custom Fonts -->
  30.     <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
  31.  
  32.     <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  33.     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  34.     <!--[if lt IE 9]>
  35.         <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  36.         <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  37.     <![endif]-->
  38.  
  39. </head>
  40.  
  41. <body>
  42.  
  43.     <div id="wrapper">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement