| Index: milo/appengine/frontend/templates/bootstrap/includes/bootstrap.html
|
| diff --git a/milo/appengine/frontend/templates/bootstrap/includes/bootstrap.html b/milo/appengine/frontend/templates/bootstrap/includes/bootstrap.html
|
| deleted file mode 100644
|
| index 3c8e500cf38c4b061a2ad2a816b1f665b1e1a8fa..0000000000000000000000000000000000000000
|
| --- a/milo/appengine/frontend/templates/bootstrap/includes/bootstrap.html
|
| +++ /dev/null
|
| @@ -1,66 +0,0 @@
|
| -{{define "bootstrap"}}
|
| -
|
| -<!DOCTYPE html>
|
| -<html lang="en">
|
| - <head>
|
| - <meta charset="utf-8">
|
| - <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
| - <meta name="viewport" content="width=device-width, initial-scale=1">
|
| - <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
| - <meta name="description" content="">
|
| - <meta name="author" content="Luci Authors">
|
| - <!-- TODO(hinoka): Favicon -->
|
| -
|
| - <title>{{template "title" .}}</title>
|
| -
|
| - <!-- Bootstrap core CSS -->
|
| - <link href="/static/bootstrap/third_party/css/bootstrap.min.css" rel="stylesheet">
|
| - <style>
|
| -body {
|
| - padding-top: 70px;
|
| -}
|
| -.starter-template {
|
| - padding: 40px 15px;
|
| - text-align: center;
|
| -}
|
| - </style>
|
| - {{ template "head" .}}
|
| - </head>
|
| -
|
| - <body>
|
| -
|
| - <nav class="navbar navbar-inverse navbar-fixed-top">
|
| - <div class="container">
|
| - <div class="navbar-header">
|
| - <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
| - <span class="sr-only">Toggle navigation</span>
|
| - <span class="icon-bar"></span>
|
| - <span class="icon-bar"></span>
|
| - <span class="icon-bar"></span>
|
| - </button>
|
| - <a class="navbar-brand" href="#">Luci</a>
|
| - </div>
|
| - <div id="navbar" class="collapse navbar-collapse">
|
| - <ul class="nav navbar-nav">
|
| - <li class="active"><a href="#">Home</a></li>
|
| - </ul>
|
| - <ul class="nav navbar-nav navbar-right">
|
| - <li><a href="/settings">Settings</a></li>
|
| - </ul>
|
| - </div><!--/.nav-collapse -->
|
| - </div>
|
| - </nav>
|
| -
|
| - <div class="container">
|
| - {{ template "body" . }}
|
| - </div><!-- /.container -->
|
| -
|
| -
|
| - <!-- Bootstrap core JavaScript
|
| - ================================================== -->
|
| - <!-- Placed at the end of the document so the pages load faster -->
|
| - <script src="/static/common/third_party/js/jquery.min.js"></script>
|
| - <script src="/static/bootstrap/third_party/js/bootstrap.min.js"></script>
|
| - </body>
|
| -</html>
|
| -{{end}}
|
|
|