-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.14 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" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="canonical" href="https://www.noteapp.rhandyta.my.id/" />
<meta
name="google-site-verification"
content="bB4xX-Q5o-StiCIME-jKwqp8Jjy1p8ODoOE1d_0R0fA"
/>
<meta
name="keywords"
content="Note app, Rhandyta, Organisir catatan, Aplikasi catatan, Mengambil catatan, Antarmuka sederhana, Edit catatan, Hapus catatan, Tetap terorganisir"
/>
<meta
name="description"
content="Rhandyta created a note app to help users easily take and organize their notes. The app features a simple and intuitive interface, and allows users to add, edit, and delete notes with ease. With Rhandyta's note app, staying organized has never been easier."
/>
<title>Note App | by: rhandyta</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>