Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
|
Sergey Berezin
2017/06/08 00:05:59
Please add a license header
| |
| 2 <html lang="en"> | |
| 3 <head> | |
| 4 <meta charset="utf-8"> | |
| 5 <meta name="viewport" content="width=device-width, minimum-scale=1, initial- scale=1, user-scalable=yes"> | |
| 6 | |
| 7 <title>Configuration Service</title> | |
| 8 <meta name="description" content="This is a UI for the configuration service "> | |
| 9 | |
| 10 <!-- See https://goo.gl/OOhYW5 --> | |
| 11 <link rel="manifest" href="/manifest.json"> | |
| 12 | |
| 13 <script src="/bower_components/webcomponentsjs/webcomponents-loader.js"></sc ript> | |
| 14 | |
| 15 <link rel="import" href="/src/config-ui/config-ui.html"> | |
| 16 </head> | |
| 17 <body> | |
| 18 <config-ui></config-ui> | |
| 19 </body> | |
| 20 </html> | |
| OLD | NEW |