-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) · 886 Bytes
/
Copy pathindex.html
File metadata and controls
16 lines (16 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="https://res.cloudinary.com/dc5qncppu/image/upload/v1749292840/Black_and_White_Modern_Personal_Brand_Logo_qzqnjv.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DiasporaNest - Dive into your most Trusted Real Estate Investment Platform</title>
<meta name="description" content="Verified real estate investments for Nigerians and Africans in the diaspora. Premium property listings with verified agents." />
<script src="https://js.stripe.com/v3/"></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAOVYRIgupAurZup5y1PRh8Ismb1A3lLao&libraries=places"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>