 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| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 <!-- | |
| 
jcgregorio
2016/07/25 15:46:05
Not sure about the file structure at this point, t
 | |
| 2 Copyright 2016 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>Many World, wow such hello</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="./bower_components/webcomponentsjs/webcomponents-lite.min.js"></s cript> | |
| 17 <link rel="import" href="./index/swarming-index.html"> | |
| 18 </head> | |
| 19 | |
| 20 <body> | |
| 21 <swarming-index></swarming-index> | |
| 22 </body> | |
| 23 | |
| 24 </html> | |
| OLD | NEW |