Unify WebPeer visual design

This commit is contained in:
vorotamoroz
2026-07-31 15:05:22 +00:00
parent 48c398948a
commit c97346e262
8 changed files with 754 additions and 289 deletions
+6 -2
View File
@@ -6,7 +6,11 @@
<link rel="icon" type="image/svg+xml" href="icon.svg" />
<link rel="manifest" href="manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Peer-to-Peer Daemon on Browser</title>
<meta
name="description"
content="Run a temporary Self-hosted LiveSync P2P peer and inspect its activity in the browser."
/>
<title>WebPeer · Self-hosted LiveSync</title>
</head>
<body>
@@ -14,4 +18,4 @@
<script type="module" src="./src/main.ts"></script>
</body>
</html>
</html>