-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 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
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/icon" href="/public/favicon/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="BLOGS is a blogging website which provides dynamic online platform that enables individuals or organizations to publish and share their thoughts, insights, information, and experiences with a global audience. These websites have revolutionized the way we consume and create content, providing an accessible and interactive medium for expressing ideas and opinions on a wide range of topics."
/>
<meta
name="keywords"
content="BLOGS, blogging, userfriendly, Creative Writing, Productivity, best blogs"
/>
<meta name="author" content="BLOGS" />
<meta name="robots" content="index, follow" />
<title>BLOGS</title>
</head>
<body class="overflow-x-hidden">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>