-
Notifications
You must be signed in to change notification settings - Fork 165
/
Copy pathindex.html
36 lines (34 loc) · 1.35 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
29
30
31
32
33
34
35
36
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keywords"
content="StartConnect Hub, startups, investors, entrepreneurial ecosystem, collaboration, innovation, startup resources, investor opportunities, startup support, investment platform, start connect hub, startup growth"
/>
<meta
name="description"
content="StartConnect Hub bridges the gap between startups and investors, fostering innovation and growth. Empowering startups with resources, connections, and support while enabling investors to find promising opportunities."
/>
<meta name="author" content="Priya Maheshwari" />
<link rel="icon" href="/src/assets/fav2.ico">
<title>StartConnect-Hub</title>
<style>
body {
margin: 0; /* Ensure no margin around the body */
font-family: Arial, sans-serif;
}
/* Optional: Add a dark mode for your website */
.dark-mode {
background-color: #343434;
color: white;
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script id="google-translate-script" src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit" async></script>
</body>
</html>