10 lines
281 B
HTML
10 lines
281 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<h1>RPC Options Backend</h1>
|
|
<p>Open JavaScript console to watch output.</p>
|
|
<script src="https://autobahn.s3.amazonaws.com/autobahnjs/latest/autobahn.min.jgz"></script>
|
|
<script src="backend.js"></script>
|
|
</body>
|
|
</html>
|