Files
nym/wasm/mix-fetch/internal-dev/index.html
T
Jędrzej Stuczyński 4890c528bc feat: mixFetch - the final countdown (#3737)
* mixFetch

* clippy

* removed redundant Arc over 'WasmStorage' in the 'ClientStorage'

---------

Co-authored-by: Fouad <fmtabbara@hotmail.co.uk>
2023-09-07 12:45:03 +01:00

27 lines
485 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nym MixFetch Demo</title>
<script src="bootstrap.js"></script>
</head>
<body>
<h1> Mix Fetch Demo</h1>
<div>
<label>Target Host: </label>
<input type="text" size = "60" id="fetch_payload" value="...">
<button id="fetch-button"> Fetch </button>
</div>
<hr>
<p>
<span id="output"></span>
</p>
</body>
</html>