posterstrudel/index.html
2024-09-17 18:11:08 -06:00

36 lines
1.4 KiB
HTML

<!doctype html>
<html lang="en" dir="auto">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, viewport-fit=cover" />
<link rel="stylesheet" href="./src/styles.css" />
<title>Poster.place</title>
<meta name="description" content="A simple nostr web client focused on exploring nostr" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/logo.svg" sizes="any" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="theme-color" content="#8DB600" />
<meta property="og:url" content="https://poster.place" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Poster.Place" />
<meta property="og:description" content="A simple nostr web client focused on exploring nostr" />
<meta
property="og:image"
content="https://repository-images.githubusercontent.com/581644549/d5eec580-ba3d-41e8-87db-58c313bf3f45"
/>
<script>
window.CACHE_RELAY_ENABLED = false;
window.IMAGE_PROXY_PATH = "";
window.REQUEST_PROXY = "";
window.PROXY_FIRST = false;
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/index.tsx"></script>
</body>
</html>