|
1 | 1 | <!DOCTYPE html>
|
2 |
| -<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> |
3 |
| -<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> |
4 |
| -<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> |
5 |
| -<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> |
6 |
| -<head> |
7 |
| - <meta charset="utf-8"> |
8 |
| - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
9 |
| - <title></title> |
10 |
| - <meta name="description" content=""> |
11 |
| - <meta name="viewport" content="width=device-width, initial-scale=1"> |
12 |
| - |
13 |
| - <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> |
14 |
| - |
15 |
| - <link rel="stylesheet" href="css/normalize.css"> |
16 |
| - <link rel="stylesheet" href="css/main.css"> |
17 |
| - <script src="js/vendor/modernizr-2.6.2.min.js"></script> |
18 |
| -</head> |
19 |
| - <body> |
20 |
| - <!--[if lt IE 7]> |
21 |
| - <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | + |
| 8 | + <title>Bugzilla Review Wait Time Dashboard</title> |
| 9 | + |
| 10 | + <!-- Bootstrap core CSS --> |
| 11 | + <link href="css/normalize.css" rel="stylesheet"> |
| 12 | + <link href="css/bootstrap.min.css" rel="stylesheet"> |
| 13 | + <link href="css/main.css" rel="stylesheet"> |
| 14 | + |
| 15 | + <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
| 16 | + <!--[if lt IE 9]> |
| 17 | + <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> |
| 18 | + <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> |
22 | 19 | <![endif]-->
|
23 | 20 |
|
24 |
| - <!-- Add your site or application content here --> |
25 |
| - <h1 id="pageTitle">[Product_Name] Code Review Wait Time Dashboard</h1> |
26 |
| - <div> |
27 |
| - <span></span> |
| 21 | + <script src="js/vendor/modernizr-2.6.2.min.js"></script> |
| 22 | + </head> |
| 23 | + |
| 24 | + <body> |
| 25 | + |
| 26 | + <div class="container"> |
| 27 | + |
| 28 | + <!-- Static navbar --> |
| 29 | + <div class="navbar navbar-default" role="navigation"> |
| 30 | + <div class="navbar-header"> |
| 31 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> |
| 32 | + <span class="sr-only">Toggle navigation</span> |
| 33 | + <span class="icon-bar"></span> |
| 34 | + <span class="icon-bar"></span> |
| 35 | + <span class="icon-bar"></span> |
| 36 | + </button> |
| 37 | + <a class="navbar-brand" href="#">Bugzilla Review Wait Time Dashboard</a> |
| 38 | + </div> |
| 39 | + <div class="navbar-collapse collapse"> |
| 40 | + </div><!--/.nav-collapse --> |
| 41 | + </div> |
| 42 | + |
| 43 | + <div class="well"> |
28 | 44 | </div>
|
29 |
| - <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.js"></script> |
30 |
| - <script>window.jQuery || document.write('<script src="js/vendor/jquery.js"><\/script>')</script> |
31 |
| - <script src="js/plugins.js"></script> |
32 |
| - <script src="js/main.js"></script> |
33 |
| - |
34 |
| - <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> |
35 |
| - <script> |
36 |
| - (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]= |
37 |
| - function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date; |
38 |
| - e=o.createElement(i);r=o.getElementsByTagName(i)[0]; |
39 |
| - e.src='//www.google-analytics.com/analytics.js'; |
40 |
| - r.parentNode.insertBefore(e,r)}(window,document,'script','ga')); |
41 |
| - ga('create','UA-XXXXX-X');ga('send','pageview'); |
42 |
| - </script> |
| 45 | + |
| 46 | + </div> <!-- /container --> |
| 47 | + |
| 48 | + <!-- Bootstrap core JavaScript |
| 49 | + ================================================== --> |
| 50 | + <!-- Placed at the end of the document so the pages load faster --> |
| 51 | + <script src="js/vendor/jquery.js"></script> |
| 52 | + <script src="js/plugins.js"></script> |
| 53 | + <script src="js/vendor/bootstrap.min.js"></script> |
| 54 | + <script src="js/main.js"></script> |
43 | 55 | </body>
|
44 | 56 | </html>
|
| 57 | + |
0 commit comments