Index: server/static/rpcexplorer/index.html |
diff --git a/server/static/rpcexplorer/index.html b/server/static/rpcexplorer/index.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..dbff087820dd1be04cb526ddbe9eb27adc0ba42e |
--- /dev/null |
+++ b/server/static/rpcexplorer/index.html |
@@ -0,0 +1,24 @@ |
+<!-- |
+ Copyright 2016 The Chromium Authors. All rights reserved. |
+ Use of this source code is governed by a BSD-style license that can be |
+ found in the LICENSE file. |
+ --> |
+ |
+<!doctype html> |
+<meta charset="UTF-8"> |
+<title>RPC Explorer</title> |
+<script type="text/javascript" |
+ src="/static/common/bower_components/webcomponentsjs/webcomponents-lite.js"> |
+</script> |
+<link rel="stylesheet" |
+ href="/static/common/bower_components/bootstrap/css/bootstrap.min.css"> |
+<link rel="import" href="/static/common/rpcexplorer/rpc-explorer.html"> |
+<style> |
+ .ace_editor.ace_autocomplete { |
+ width: 500px !important; |
+ } |
+</style> |
+ |
+<div class="container"> |
+ <rpc-explorer root-path="/rpcexplorer"></rpc-explorer> |
+</div> |