-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 1.32 KB
/
index.html
File metadata and controls
18 lines (18 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Analyze Your Relays - Check relay performance and overlap from your browser</title>
<meta name="description" content="Check relay performance and overlap from your browser. Test and compare latency and bandwidth performance when loading kind:1 notes from your followers across different Nostr relays." />
<meta property="og:type" content="website" />
<meta property="og:title" content="Analyze Your Relays - Check relay performance and overlap from your browser" />
<meta property="og:description" content="Check relay performance and overlap from your browser. Test and compare latency and bandwidth performance when loading kind:1 notes from your followers across different Nostr relays." />
<meta http-equiv="content-security-policy" content="default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; frame-src 'self' https:; font-src 'self'; base-uri 'self'; manifest-src 'self'; connect-src 'self' blob: https: wss:; img-src 'self' data: blob: https:; media-src 'self' https:">
<link rel="manifest" href="/manifest.webmanifest">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>