| Index: web/apps/rpcexplorer/index.html
|
| diff --git a/web/apps/rpcexplorer/index.html b/web/apps/rpcexplorer/index.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..df598ea0afb6f4c321a41fe35ecc8f4a0a6c5913
|
| --- /dev/null
|
| +++ b/web/apps/rpcexplorer/index.html
|
| @@ -0,0 +1,38 @@
|
| +<!--
|
| + 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>
|
| + <meta charset="UTF-8">
|
| + <title>RPC Explorer</title>
|
| + <script type="text/javascript"
|
| + src="/rpcexplorer/inc/bower_components/webcomponentsjs/webcomponents-lite.js">
|
| + </script>
|
| +
|
| + <!-- Because this project uses vulcanize this should be your only html import
|
| + in this file. All other imports should go in elements.html -->
|
| + <link rel="import" href="/rpcexplorer/elements/elements.html">
|
| +
|
| + <link rel="stylesheet" href="/rpcexplorer/inc/bower_components/bootstrap/dist/css/bootstrap.min.css">
|
| +
|
| + <style>
|
| + .ace_editor.ace_autocomplete {
|
| + width: 500px !important;
|
| + }
|
| + body {
|
| + margin-top: 5px;
|
| + }
|
| + </style>
|
| +</head>
|
| +<body unresolved>
|
| + <div class="container">
|
| + <rpc-explorer
|
| + root-path="/rpcexplorer"
|
| + client-id="446450136466-e77v49thuh5dculh78gumq3oncqe28m3.apps.googleusercontent.com">
|
| + </rpc-explorer>
|
| + </div>
|
| +</body>
|
|
|