-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (20 loc) · 1.04 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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8' />
<meta http-equiv='Content-Security-Policy' content='upgrade-insecure-requests'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=5.0' />
<meta name='description' content='Tired of seeing your notes scattered around and untidy? Organize your documents with Notebucket. With powerfull markdown editor build with codemirror, write your notes, todos or anyting and customize them freelly.'>
<meta name='keywords' content='Notion, Javascript, React, Vite, Note app, Note taking app, note, notes'>
<meta name='author' content='Artezio'>
<meta name='theme-color' content='#FFF'/>
<title>Notebucket - Organize your notes</title>
<link rel='apple-touch-icon' href='src/assets/apple-touch-icon.png'>
<link rel='icon' href='src/assets/favicon.ico' />
<link rel='mask-icon' href='src/assets/masked-icon.svg' />
</head>
<body>
<div id='root'></div>
<script type='module' src='./src/index.jsx'></script>
</body>
</html>