Chromium Code Reviews| 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> |