0.3.5-alpha.7
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user