Advertisement
Guest User

Dashboard

a guest
Mar 18th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.88 KB | None | 0 0
  1. <head>
  2.     <title>Dashboard | Site</title>
  3.  
  4.     <!-- Meta Tags -->
  5.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.  
  8.     <!-- Bootstrap -->
  9.     <link href="/static/css/bootstrap.min.css" rel="stylesheet">
  10.     <!-- Style CSS -->
  11.     <link href="/static/css/style.css" rel="stylesheet">
  12.     <!-- Font Awesome CSS -->
  13.     <link href="/static/fonts/font-awesome.min.css" rel="stylesheet">
  14.  
  15.     <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  16.     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  17.     <!--[if lt IE 9]>
  18.      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  19.      <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
  20.    <![endif]-->
  21.    
  22.   </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement