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

Unified Diff: appengine/config_service/ui/index.html

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Added license headers to necessary files. Created 3 years, 6 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
Index: appengine/config_service/ui/index.html
diff --git a/appengine/config_service/ui/index.html b/appengine/config_service/ui/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..76fb71b0a452c0c6aca05d7465fcff67505478ab
--- /dev/null
+++ b/appengine/config_service/ui/index.html
@@ -0,0 +1,26 @@
+<!--
+ Copyright 2017 The LUCI Authors. All rights reserved.
+ Use of this source code is governed under the Apache License, Version 2.0
+ that can be found in the LICENSE file.
+-->
+
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
+
+ <title>Configuration Service</title>
+ <meta name="description" content="This is a UI for the configuration service">
+
+ <!-- See https://goo.gl/OOhYW5 -->
+ <link rel="manifest" href="/manifest.json">
+
+ <script src="/bower_components/webcomponentsjs/webcomponents-loader.js"></script>
+
+ <link rel="import" href="/src/config-ui/config-ui.html">
+ </head>
+ <body>
+ <config-ui></config-ui>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698