| Index: appengine/config_service/ui/index.html
|
| diff --git a/appengine/config_service/ui/index.html b/appengine/config_service/ui/index.html
|
| deleted file mode 100644
|
| index ad4184a25cf2d217131383d15e559c994effb4a9..0000000000000000000000000000000000000000
|
| --- a/appengine/config_service/ui/index.html
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -<!--
|
| - Copyright 2017 The LUCI Authors. All rights reserved.
|
| - Use of this source code is governed under the Apache License, Version 2.0
|
| - that can be found in the LICENSE file.
|
| --->
|
| -
|
| -<!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">
|
| - <link rel="import" href="/src/config-ui/front-page.html">
|
| - <script src="/bower_components/webcomponentsjs/webcomponents-loader.js"></script>
|
| -
|
| - </head>
|
| - <body>
|
| - <front-page></front-page>
|
| - </body>
|
| -</html>
|
|
|