-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.27 KB
/
Copy pathindex.html
File metadata and controls
28 lines (28 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="#050608" />
<meta
name="description"
content="Browser-native network diagnostics. Speed, latency, jitter, DNS-over-HTTPS, WebRTC ICE, CIDR and local port scanning — all client-side, with every metric stating how it was measured."
/>
<link
rel="icon"
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='8' fill='%2306b6d4'/%3E%3Cpath d='M5 17h5l3-7 5 14 3-7h6' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"
/>
<title>NetReady — Network Diagnostics & Port Scanner</title>
</head>
<body>
<div id="root"></div>
<noscript>
<p style="font-family: system-ui, sans-serif; padding: 2rem; color: #e2e8f0; background: #050608">
NetReady runs entirely in your browser and needs JavaScript enabled. There is no server-side
fallback, because there is no server.
</p>
</noscript>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>