-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
28 lines (23 loc) · 981 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
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Tiny Trello Clone PWA with Simplicity">
<!-- ogp -->
<meta property="og:title" content="Trellith" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://trellith.sakih.net/" />
<meta property="og:image" content="https://trellith.sakih.net/icon-192.png" />
<meta property="og:description" content="Tiny Trello Clone PWA with Simplicity" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="canonical" href="https://trellith.sakih.net/" />
<title>Trellith: Tiny Trello Clone PWA with Simplicity</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>