-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (44 loc) · 2.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="e2eypPimpfZkOQOEpkZSgIbHZCp1EuaV8O5NPn4zNnc" />
<!-- Metadata for Open Graph and Twitter -->
<meta property="og:title" content="Rainbownote - Note taking app" />
<meta property="og:description" content="Welcome to Rainbownote, your go-to note-taking app that's not just colorful but feature-rich! With Rainbownote, you can organize your thoughts, ideas, and reminders in a visually appealing and user-friendly environment." />
<meta property="og:image" content="/og.jpg" />
<meta property="og:image:type" content="image/jpg" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://rainbownote.vercel.app" />
<meta property="og:site_name" content="Rainbownote" />
<meta property="og:locale" content="en_US" />
<meta property="twitter:title" content="Rainbownote - Note taking app" />
<meta property="twitter:description" content="Welcome to Rainbownote, your go-to note-taking app that's not just colorful but feature-rich! With Rainbownote, you can organize your thoughts, ideas, and reminders in a visually appealing and user-friendly environment." />
<meta property="twitter:image:src" content="https://rainbownote.vercel.app/og.jpg" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:site" content="@fazle-rabbi-dev" />
<meta property="twitter:domain" content="https://rainbownote.vercel.app" />
<!-- Additional Metadata -->
<meta name="keywords" content="Rainbownote, Note app, fhrabbi, fh-rabbi, fazle rabbi, fazle-rabbi-dev, fazle rabbi dev" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<meta name="hostname" content="https://rainbownote.vercel.app" />
<meta name="author" content="Fazle Rabbi" />
<meta name="description" content="Welcome to Rainbownote, your go-to note-taking app that's not just colorful but feature-rich! With Rainbownote, you can organize your thoughts, ideas, and reminders in a visually appealing and user-friendly environment." />
<meta name="theme-color" content="#222" />
<!-- Link and Canonical Tags -->
<link rel="canonical" href="https://rainbownote.vercel.app" />
<link rel="author" href="/humans.txt" />
<link rel="icon" href="/favicon.ico" sizes="128x128" />
<link rel="icon" href="/favicon.ico" sizes="256x256" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" />
<!-- Basic Settings -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rainbownote - Note taking app</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<main id="root"></main>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>