-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.54 KB
/
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
<!DOCTYPE html>
<html lang="en" class="bg-background text-main-200 leading-snug overflow-hidden touch-none overscroll-none select-none fixed inset-0">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<meta name="viewport" content="viewport-fit=cover, width=device-width, user-scalable=no, initial-scale=1, minimum-scale=1, maximum-scale=1" />
<meta property="og:image" content="https://notesz.app/maskable-icon-512.png" />
<meta property="og:url" content="https://notesz.app/" />
<meta property="og:title" content="Notesz" />
<meta property="og:type" content="website" />
<meta name="description" content="A cross-platform, open-source note taking app that stores your notes on GitHub." />
<meta property="og:description" content="A cross-platform, open-source note taking app that stores your notes on GitHub." />
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@kabalage_" />
<meta name="twitter:site" content="@kabalage_" />
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" href="/ios-touch-icon.png" />
<title>Notesz</title>
</head>
<body class="bg-black h-full overflow-hidden">
<div id="app" class="transform-gpu h-full pwa:overflow-hidden pwa:rounded-t-[2rem] bg-background"></div>
<div class="touch:hidden fixed top-0 left-0 right-0 border-t-4 border-main-500"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>