Chromium Code Reviews| 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..c643cf3075a16e66ee48927cee2da782a8c2b3d2 |
| --- /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>Luci Config UI</title> |
|
Sergey Berezin (google)
2017/06/07 19:14:55
"LUCI" is just one instance of the app; let's call
|
| + <meta name="description" content="This is a UI for the luci config service"> |
|
Sergey Berezin (google)
2017/06/07 19:14:55
Same thing here: remove "luci" from the string.
|
| + |
| + <!-- 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/luci-config-ui/luci-config-ui.html"> |
| + </head> |
| + <body> |
| + <luci-config-ui></luci-config-ui> |
| + </body> |
| +</html> |