 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 <!DOCTYPE html> | |
| 2 <html> | |
| 3 | |
| 4 <head> | |
| 5 <title>Many World, wow such hello</title> | |
| 6 <meta charset="utf-8"> | |
| 7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| 8 <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial- scale=1, user-scalable=yes"> | |
| 9 | |
| 10 <script src="./bower_components/webcomponentsjs/webcomponents-lite.min.js"></s cript> | |
| 11 <link rel="import" href="./index/swarming-index.html"> | |
| 12 </head> | |
| 13 | |
| 14 <body> | |
| 15 | |
| 16 <swarming-index></swarming-index> | |
| 17 | |
| 18 </body> | |
| 19 | |
| 20 </html> | |
| OLD | NEW |