Skip to content

Commit

Permalink
chore: seo
Browse files Browse the repository at this point in the history
  • Loading branch information
SureshPradhana committed Jun 13, 2024
1 parent 66b3104 commit 6d471de
Show file tree
Hide file tree
Showing 2 changed files with 1,753 additions and 1,455 deletions.
26 changes: 16 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="Note.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>Notes</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="Note.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Noteshub.tech - Your Ultimate Note-taking, Bucket List, and Flashcard App</title>
<meta name="description"
content="Discover Noteshub.tech - the all-in-one solution for note-taking, managing bucket lists, and creating flashcards. Featuring advanced tagging and robust search with markdown support.">
<meta name="keywords"
content="note-taking app, bucket list app, flashcard app, markdown support, tags, search notes, Noteshub.tech">
</head>

<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>

</html>
Loading

0 comments on commit 6d471de

Please sign in to comment.