snort/public/index.html

21 lines
648 B
HTML
Raw Normal View History

2022-12-18 14:51:47 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
2022-12-28 16:08:33 +00:00
content="Fast nostr web ui"
2022-12-18 14:51:47 +00:00
/>
2022-12-28 16:08:33 +00:00
<link rel="apple-touch-icon" href="%PUBLIC_URL%/nostrich_512.png" />
2022-12-18 14:51:47 +00:00
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
2022-12-28 16:08:33 +00:00
<title>snort.social - Nostr interface</title>
2022-12-18 14:51:47 +00:00
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>