| OLD | NEW |
| (Empty) |
| 1 <!-- | |
| 2 Copyright 2017 The LUCI Authors. All rights reserved. | |
| 3 Use of this source code is governed under the Apache License, Version 2.0 | |
| 4 that can be found in the LICENSE file. | |
| 5 --> | |
| 6 | |
| 7 <!doctype html> | |
| 8 <html lang="en"> | |
| 9 <head> | |
| 10 <meta charset="utf-8"> | |
| 11 <meta name="viewport" content="width=device-width, minimum-scale=1, initial-
scale=1, user-scalable=yes"> | |
| 12 | |
| 13 <title>Configuration Service</title> | |
| 14 <meta name="description" content="This is a UI for the configuration service
"> | |
| 15 | |
| 16 <!-- See https://goo.gl/OOhYW5 --> | |
| 17 <link rel="manifest" href="/manifest.json"> | |
| 18 <link rel="import" href="/src/config-ui/front-page.html"> | |
| 19 <script src="/bower_components/webcomponentsjs/webcomponents-loader.js"></sc
ript> | |
| 20 | |
| 21 </head> | |
| 22 <body> | |
| 23 <front-page></front-page> | |
| 24 </body> | |
| 25 </html> | |
| OLD | NEW |