You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
990 B
36 lines
990 B
<!doctype html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8" /> |
|
<link |
|
rel="icon" |
|
href="/favicon-light.svg" |
|
media="(prefers-color-scheme: light)" |
|
type="image/svg+xml" |
|
/> |
|
<link |
|
rel="icon" |
|
href="/favicon-dark.svg" |
|
media="(prefers-color-scheme: dark)" |
|
type="image/svg+xml" |
|
/> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
|
|
<meta property="og:url" content="https://jumble.social" /> |
|
<meta property="og:type" content="website" /> |
|
<meta property="og:title" content="Jumble" /> |
|
<meta |
|
property="og:description" |
|
content="A beautiful nostr client focused on browsing relay feeds" |
|
/> |
|
<meta |
|
property="og:image" |
|
content="https://github.com/CodyTseng/jumble/blob/master/resources/og-image.png?raw=true" |
|
/> |
|
<title>Jumble</title> |
|
</head> |
|
<body> |
|
<div id="root"></div> |
|
<script type="module" src="/src/main.tsx"></script> |
|
</body> |
|
</html>
|
|
|