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

Side by Side Diff: appengine/isolate/templates/public_isolate_index.html

Issue 2991153002: Add stub for new polymer-based Isolate UI (Closed)
Patch Set: Address feedback Created 3 years, 4 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
« no previous file with comments | « appengine/isolate/handlers_frontend.py ('k') | appengine/isolate/ui/.bowerrc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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>
9
10 <head>
11 <title>Isolate Server</title>
12 <meta charset="utf-8">
13 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
14 <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial- scale=1, user-scalable=yes">
15
16 <script src="/res/js/js.js"></script>
17 <link rel="import" href="/res/elements.html">
18 </head>
19
20 <body>
21 <!-- TODO(kjlubick) Remove this hardcoded piece and pipe it through like for swa rming -->
22 <isolate-index
23 client_id="540429983429-ftq2fch22a9puv03lj7sffhvh0e9962r.apps.googleusercont ent.com">
24 </isolate-index>
25 </body>
26
27 </html>
OLDNEW
« no previous file with comments | « appengine/isolate/handlers_frontend.py ('k') | appengine/isolate/ui/.bowerrc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698