Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1361)

Unified Diff: gm/rebaseline_server/static/new/new-index.html

Issue 856103002: Revert "Revert "delete old things!"" (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/rebaseline_server/static/new/js/app.js ('k') | gm/rebaseline_server/static/new/partials/index-view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/rebaseline_server/static/new/new-index.html
diff --git a/gm/rebaseline_server/static/new/new-index.html b/gm/rebaseline_server/static/new/new-index.html
deleted file mode 100644
index b7067f19dd04a30a127dc3fecc6ea823968e2ac9..0000000000000000000000000000000000000000
--- a/gm/rebaseline_server/static/new/new-index.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html lang="en" ng-app="rbtApp">
-
-<head>
- <meta name="viewport" content="width=device-width">
- <meta charset="utf-8">
- <title>Rebaseline Tool</title>
- <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
- <link rel="stylesheet" href="css/app.css">
-</head>
-<body>
-
-
- <div class="container-fluid">
- <div class="pull-right">
- Instructions, roadmap, etc. are at <a href="http://goo.gl/CqeVHq" target="_blank">http://goo.gl/CqeVHq</a>
- </div>
- </div>
-
- <!-- Include the different views here.
- Make everything fluid to scale to the maximum size of any screen. -->
- <div class="container-fluid">
- <div ng-view></div>
- </div>
-
- <!-- do everything local right now: Move to CDN fix when it's a performance issue -->
- <script src="bower_components/angular/angular.js"></script>
- <script src="bower_components/angular-route/angular-route.js"></script>
-
- <!-- Local includes external libs -->
- <script src="bower_components/angular-bootstrap/ui-bootstrap.js"></script>
- <script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
-
- <!-- Local JS -->
- <script src="js/app.js"></script>
-</body>
-</html>
« no previous file with comments | « gm/rebaseline_server/static/new/js/app.js ('k') | gm/rebaseline_server/static/new/partials/index-view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698