4890c528bc
* mixFetch * clippy * removed redundant Arc over 'WasmStorage' in the 'ClientStorage' --------- Co-authored-by: Fouad <fmtabbara@hotmail.co.uk>
27 lines
485 B
HTML
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> |