-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
executable file
·57 lines (53 loc) · 2.13 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0,target-densitydpi=device-dpi, user-scalable=no"
/>
<!-- Basic -->
<meta charset="UTF-8" />
<!-- <meta name="theme-color" content="#09f" /> -->
<meta
name="description"
content="A dead-simple paper for keeping notes. Notes is a simple notes taking app that focuses on simplicity to reduce distractions."
/>
<meta
name="keywords"
content="open, open note, opennote, notes app, notes, rubbie, rubbie kelvin, keep, note taking, vue, javascript, django, python"
/>
<meta name="mobile-web-app-capable" content="yes" />
<meta name="author" content="Rubbie Kelvin Voltsman" />
<meta name="copyright" content="stuffsbyrubbie" />
<meta name="robots" content="nofollow" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Opennotes" />
<meta property="og:url" content="https://opennotes.one" />
<meta
property="og:description"
content="A dead-simple paper for keeping notes. Notes is a simple notes taking app that focuses on simplicity to reduce distractions."
/>
<meta property="og:site_name" content="Opennotes" />
<meta
property="og:image:secure_url"
itemprop="image"
content="https://res.cloudinary.com/rubbie-io/image/upload/v1680096114/oppennotes-screenshot.png"
/>
<meta
property="og:image"
itemprop="image"
content="https://res.cloudinary.com/rubbie-io/image/upload/v1680096114/oppennotes-screenshot.png"
/>
<meta property="og:image:width" content="1174" />
<meta property="og:image:height" content="842" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@kelvinrubbie" />
<title>OpenNotes</title>
</head>
<body class="bg-themed-bg text-themed-text">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>