-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (33 loc) · 1.3 KB
/
index.html
File metadata and controls
36 lines (33 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Marked</title>
<meta name="description" content="Bitmark social client - mark users and content" />
<meta
name="keywords"
content="marked, bitmark, nostr, social, reputation, marking, web, client, pwa"
/>
<meta name="apple-mobile-web-app-title" content="Marked" />
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
<meta name="theme-color" content="#171717" media="(prefers-color-scheme: dark)" />
<meta name="theme-color" content="#FF6B35" media="(prefers-color-scheme: light)" />
<meta property="og:url" content="https://social.bitmark.io" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Marked" />
<meta
property="og:description"
content="Bitmark social client - mark users and content"
/>
<meta
property="og:image"
content="https://github.com/project-bitmark/marked/blob/master/resources/og-image.png?raw=true"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>