OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright 2016 The LUCI Authors. All rights reserved. | 2 Copyright 2016 The LUCI Authors. All rights reserved. |
3 Use of this source code is governed under the Apache License, Version 2.0 | 3 Use of this source code is governed under the Apache License, Version 2.0 |
4 that can be found in the LICENSE file. | 4 that can be found in the LICENSE file. |
5 --> | 5 --> |
6 | 6 |
7 <!doctype html> | 7 <!doctype html> |
8 <html> | 8 <html> |
9 <head> | 9 <head> |
10 <meta charset="UTF-8"> | 10 <meta charset="UTF-8"> |
(...skipping 13 matching lines...) Expand all Loading... |
24 width: 500px !important; | 24 width: 500px !important; |
25 } | 25 } |
26 body { | 26 body { |
27 margin-top: 5px; | 27 margin-top: 5px; |
28 } | 28 } |
29 </style> | 29 </style> |
30 </head> | 30 </head> |
31 <body unresolved> | 31 <body unresolved> |
32 <div class="container"> | 32 <div class="container"> |
33 <rpc-explorer | 33 <rpc-explorer |
34 root-path="/rpcexplorer" | 34 explorer-root-path="/rpcexplorer" |
35 client-id="446450136466-e77v49thuh5dculh78gumq3oncqe28m3.apps.googleuser
content.com"> | 35 client-id="446450136466-e77v49thuh5dculh78gumq3oncqe28m3.apps.googleuser
content.com"> |
36 </rpc-explorer> | 36 </rpc-explorer> |
37 </div> | 37 </div> |
38 </body> | 38 </body> |
OLD | NEW |