-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 976 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#09090b">
<meta name="description" content="Say goodbye to messy bookmarks!">
<meta property="og:title" content="Bookmarks">
<meta property="og:description" content="Say goodbye to messy bookmarks!">
<meta property="og:type" content="website">
<meta property="og:image" content="https://kmarks.boo/og-image.png">
<meta property="twitter:image" content="https://kmarks.boo/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<title>Bookmarks - Say goodbye to messy bookmarks</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>