-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (15 loc) · 869 Bytes
/
index.html
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" />
<title>VistaVault- A Blog website</title>
<link rel="icon" href="/favicon.ico" />
<meta name="description" content="Discover insightful blogs, share your thoughts, and explore diverse topics on our interactive blogging platform. Stay informed, inspired, and connected in a community of passionate readers and writers. Your voice matters here!" >
<meta name="keywords" content="Blogging platform, Insightful blogs, Write and share blogs, Blog community, Creative writing, Explore topics, Blog inspiration, Read and write blogs, Blog discussions, Passionate readers and writers">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>