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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <link rel="import" href="../../bower_components/polymer/polymer.html">
2
3 <dom-module id="config-ui">
4 <template>
5 <style>
6
7 </style>
8 <h2>Hello Config UI!</h2>
9 </template>
10
11 <script>
12 Polymer({
13 is: 'config-ui'
14 });
15 </script>
16 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698