mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-05-06 07:23:04 +02:00
fix up exmaples
This commit is contained in:
parent
574db0ab55
commit
028a5590ae
10 changed files with 13799 additions and 280 deletions
12
websocks-demo/bittorrent-client.html
Normal file
12
websocks-demo/bittorrent-client.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title> bittorrent over i2p with WebSOCKS </title>
|
||||
<script src="websocks-bt.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="style.css"></link>
|
||||
</head>
|
||||
<body>
|
||||
<label for="ws-server">WebSOCKS server:</label><input id="ws-server" value="ws://127.0.0.1:7766/"></input>
|
||||
<label for="torrent-file">Torrent File:</label><input type="file" id="torrent-file" />
|
||||
<button onclick="start_downloading()">start</button>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue