Add browser P2P connection check

This commit is contained in:
vorotamoroz
2026-07-31 14:13:34 +00:00
parent e32e3f545e
commit 48c398948a
20 changed files with 2710 additions and 8 deletions
+18
View File
@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Prepare a disposable Setup URI and check a Self-hosted LiveSync P2P connection from the browser."
/>
<title>P2P connection check · Self-hosted LiveSync</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/check.ts"></script>
</body>
</html>