-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (22 loc) · 1.23 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">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" rel="shortcut icon" href="img\logo.png" type="image/x-icon">
<meta name="keywords" content="online note,inotedesk,inotebook,note saving,digital note online,note online" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/3.5.0/remixicon.css">
<meta name="description"
content="Welcome to iNotedesk! It's your secure digital notebook, making note-taking easy. Find, organize, and review notes effortlessly. Your privacy matters—we've got strong security measures. Simplify and trust iNotedesk as your go-to note space." />
<meta name="robots" content="noindex, nofollow">
<link rel="canonical" href="https://inotedesk.pages.dev/">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600&display=swap" rel="stylesheet">
<title>iNotedesk - Save and store your note online</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>