 Chromium Code Reviews
 Chromium Code Reviews Issue 2174903002:
  Add stub pages and oauth-blessed request to /newui  (Closed) 
  Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
    
  
    Issue 2174903002:
  Add stub pages and oauth-blessed request to /newui  (Closed) 
  Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master| Index: appengine/swarming/elements/index.html | 
| diff --git a/appengine/swarming/elements/index.html b/appengine/swarming/elements/index.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..4a33805d51e148c71760b7fafdc93249fcfc5304 | 
| --- /dev/null | 
| +++ b/appengine/swarming/elements/index.html | 
| @@ -0,0 +1,24 @@ | 
| +<!-- | 
| 
jcgregorio
2016/07/25 15:46:05
Not sure about the file structure at this point, t
 | 
| + Copyright 2016 The LUCI Authors. All rights reserved. | 
| + Use of this source code is governed under the Apache License, Version 2.0 | 
| + that can be found in the LICENSE file. | 
| +--> | 
| + | 
| +<!DOCTYPE html> | 
| +<html> | 
| + | 
| +<head> | 
| + <title>Many World, wow such hello</title> | 
| + <meta charset="utf-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="./index/swarming-index.html"> | 
| +</head> | 
| + | 
| +<body> | 
| + <swarming-index></swarming-index> | 
| +</body> | 
| + | 
| +</html> |