snort/packages/app/index.html

21 lines
739 B
HTML
Raw Normal View History

2023-09-12 21:58:37 +00:00
<!doctype html>
2022-12-18 14:51:47 +00:00
<html lang="en">
<head>
<meta charset="utf-8" />
2023-02-09 12:26:54 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="theme-color" content="#000000" />
2023-05-16 17:54:49 +00:00
<meta name="description" content="Feature packed nostr client" />
2023-11-20 19:16:47 +00:00
<meta
name="keywords"
content="nostr snort fast decentralized social media censorship resistant open source software" />
2023-05-11 14:25:01 +00:00
<link rel="preconnect" href="https://imgproxy.snort.social" />
2023-11-17 11:52:10 +00:00
<link rel="apple-touch-icon" href="" />
2023-05-15 17:38:26 +00:00
<link rel="manifest" href="/manifest.json" />
2023-11-17 11:52:10 +00:00
<title></title>
</head>
<body>
<div id="root"></div>
2023-11-17 11:52:10 +00:00
<script type="module" src="/src/index.tsx"></script>
</body>
2023-02-01 22:34:39 +00:00
</html>