| 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..1cb1b3e3d93f0a293b583816070ae3c9bf1a877c
|
| --- /dev/null
|
| +++ b/appengine/config_service/ui/index.html
|
| @@ -0,0 +1,20 @@
|
| +<!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>
|
|
|