mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 21:37:18 +01:00
13 lines
521 B
HTML
13 lines
521 B
HTML
|
<!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>
|