snort/packages/app/public/index.html

20 lines
811 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-05-23 21:49:32 +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-10-04 13:53:12 +00:00
<link rel="apple-touch-icon" href="<%= htmlWebpackPlugin.options.templateParameters.appleTouchIconUrl %>" />
2023-05-15 17:38:26 +00:00
<link rel="manifest" href="/manifest.json" />
2023-09-26 05:02:42 +00:00
<title><%= htmlWebpackPlugin.options.templateParameters.appTitle %></title>
</head>
<body>
<div id="root"></div>
</body>
2023-02-01 22:34:39 +00:00
</html>