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

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

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

Powered by Google App Engine
This is Rietveld 408576698