0.3.5-alpha.7

This commit is contained in:
2026-09-22 06:36:54 +02:00
parent 0ef5e1a233
commit 1764eb9bed
20 changed files with 1021 additions and 55 deletions

View File

@@ -0,0 +1,27 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>games.sasedev WebTransport browser smoke</title>
</head>
<body>
<main>
<h1>WebTransport browser smoke</h1>
<p id="environment-status">Checking browser environment…</p>
<label>
WebTransport endpoint
<input id="endpoint" type="text" size="72" autocomplete="off">
</label>
<br>
<label>
Certificate SHA-256
<input id="certificate-hash" type="text" size="72" autocomplete="off">
</label>
<br>
<button id="run" type="button">Run smoke</button>
<pre id="result">IDLE</pre>
</main>
<script type="module" src="./ts/main.ts"></script>
</body>
</html>