-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 1.05 KB
/
Copy pathindex.html
File metadata and controls
19 lines (19 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Developed using vite + react + firestore & hosted using firebase hosting ">
<meta name="author" content="Xfinity">
<meta name="keywords" content="HTML, CSS, JavaScript,React,NodeJS,MERN,Firebase,FireStore,Hosting,Free Hosting,React+ firebase, React Firebase,Firestore, yarn, todo, notepad project, react todo">
<title>Noty</title>
<link rel="icon" type="image/x-icon" href="./src/assets/vite.ico">
<meta property="og:title" content="NOTY | Notepad built using Vite React and Firebase" />
<meta property="og:description" content="Developed using vite + react + firestore & hosted using firebase hosting " />
<meta property="og:image" content="https://user-images.githubusercontent.com/65854432/234753450-8508a53d-7e73-40f3-a8e2-508786328c68.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>