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

Unified Diff: appengine/config_service/ui/src/config-ui/config-ui.html

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Deleted bower_components, added gitignore, bowerrc, and Makefile 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/src/config-ui/config-ui.html
diff --git a/appengine/config_service/ui/src/config-ui/config-ui.html b/appengine/config_service/ui/src/config-ui/config-ui.html
new file mode 100644
index 0000000000000000000000000000000000000000..f2459f9db734234cba623cae59736e44e76479b3
--- /dev/null
+++ b/appengine/config_service/ui/src/config-ui/config-ui.html
@@ -0,0 +1,16 @@
+<link rel="import" href="../../bower_components/polymer/polymer.html">
+
+<dom-module id="config-ui">
+ <template>
+ <style>
+
+ </style>
+ <h2>Hello Config UI!</h2>
+ </template>
+
+ <script>
+ Polymer({
+ is: 'config-ui'
+ });
+ </script>
+</dom-module>

Powered by Google App Engine
This is Rietveld 408576698