-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.29 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
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="description"
content="Epiphora – Unveil moments of profound insight and discovery. Dive into a world of knowledge and enlightenment with our platform for sharing, learning, and experiencing the joy of continual learning and self-discovery."
/>
<meta
name="keywords"
content="Epiphora, learning platform, knowledge sharing, insights, continual learning, self-discovery, wisdom sharing, online education, insightful content, educational app"
/>
<meta name="author" content="Manvendra Rajpoot" />
<!-- <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Coiny&family=Sono:wght@400;600&display=swap"
rel="stylesheet"
/> -->
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Epiphora - Discover, Learn, and Share Knowledge</title>
</head>
<body class="bg-gray-900 text-white font-sans p-12 font-normal">
<div id="root" class="max-w-screen-xl mx-auto"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>