Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Side by Side Diff: appengine/config_service/ui/index.html

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
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>Luci Config UI</title>
Sergey Berezin (google) 2017/06/07 19:14:55 "LUCI" is just one instance of the app; let's call
8 <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.
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/luci-config-ui/luci-config-ui.html">
16 </head>
17 <body>
18 <luci-config-ui></luci-config-ui>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698