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

Unified Diff: appengine/swarming/elements/index.html

Issue 2177353002: Add top level app element (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@hello-oauth
Patch Set: Address feedback and introduce new res/ layer of direction Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: appengine/swarming/elements/index.html
diff --git a/appengine/swarming/elements/index.html b/appengine/swarming/elements/index.html
index 2053d211d2d0607d228d65a82d0235acd5827a4b..96f025f3a1ebd305d57259d384f2e0b78dd3ed93 100644
--- a/appengine/swarming/elements/index.html
+++ b/appengine/swarming/elements/index.html
@@ -13,8 +13,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
- <script src="./bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
- <link rel="import" href="./imp/index/swarming-index.html">
+ <script src="/res/js/webcomponents-lite.min.js"></script>
+ <link rel="import" href="/res/elements.html">
</head>
<body>
« no previous file with comments | « appengine/swarming/elements/imp/index/swarming-index.html ('k') | appengine/swarming/elements/res/imp/common/auth-signin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698