Some useful tools for I2P
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title> websocket events </title>
|
|
|
|
<script type="text/javascript" src="leftpad.js">
|
|
|
|
</script>
|
|
|
|
<style>
|
|
|
|
pre#log {
|
|
|
|
z-index: 1;
|
|
|
|
color: white;
|
|
|
|
position: fixed;
|
|
|
|
right: 0px;
|
|
|
|
top: 0px;
|
|
|
|
height: 100%;
|
|
|
|
font-size: 10px;
|
|
|
|
box-shadow: 0px 0px 10px 10px #1a1a1a;
|
|
|
|
background: rgba(1,1,1,0.5);
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body, canvas#main {
|
|
|
|
background: #222;
|
|
|
|
}
|
|
|
|
|
|
|
|
canvas#main {
|
|
|
|
position: fixed;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="login-wrapper">
|
|
|
|
<input id="ws-url" value="ws://127.0.0.1:7666"></input>
|
|
|
|
<button id="connect-button" onclick="startui()">connect</button>
|
|
|
|
</div>
|
|
|
|
<pre id="log"></pre>
|
|
|
|
<canvas id="main">
|
|
|
|
</canvas>
|
|
|
|
<script type="text/javascript" src="ui.js">
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|