-
Notifications
You must be signed in to change notification settings - Fork 16
/
index.html
22 lines (22 loc) · 971 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#171819" />
<meta property="og:title" content="Satellite">
<meta property="og:description" content="Explore The Nostr Universe">
<meta property="og:image" content="https://satellite.earth/image.png">
<meta property="og:url" content="https://satellite.earth">
<meta property="twitter:title" content="Satellite">
<meta property="twitter:description" content="Explore The Nostr Universe">
<meta property="twitter:image" content="https://satellite.earth/image.png">
<meta property="twitter:url" content="https://satellite.earth">
<title>Satellite</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>