dfklfg/packages/app/public/index.html

23 lines
971 B
HTML
Raw Normal View History

2022-12-18 14:51:47 +00:00
<!DOCTYPE html>
<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-05-23 21:49:32 +00:00
<meta
name="keywords"
content="nostr snort fast decentralized social media censorship resistant open source software" />
2023-02-09 12:47:48 +00:00
<link rel="preconnect" href="https://fonts.googleapis.com" />
2023-05-11 14:25:01 +00:00
<link rel="preconnect" href="https://imgproxy.snort.social" />
2023-02-09 12:47:48 +00:00
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
2023-05-15 17:38:26 +00:00
<link rel="apple-touch-icon" href="/nostrich_512.png" />
<link rel="manifest" href="/manifest.json" />
2023-05-16 17:54:49 +00:00
<title>Snort - Nostr</title>
</head>
<body>
<div id="root"></div>
</body>
2023-02-01 22:34:39 +00:00
</html>