<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to Shantia's Village</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 20px;
background-color: #f4f4f4;
}
h1 {
color: #333;
}
.container {
max-width: 600px;
margin: auto;
background: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
a {
color: blue;
text-decoration: none;
}
</style>
</head>
<body>
<div class="container">
<h1>Welcome to Shantia's Village</h1>
<p>Shantia’s Village is dedicated to empowering the community through support, education, and resources.</p>
<h2>Our Mission</h2>
<p>We strive to provide mentorship, education, and opportunities to help individuals and families thrive.</p>
<h2>Contact Us</h2>
<p>Email: <a href="mailto:tia@shantiasvillage.org">tia@shantiasvillage.org</a></p>
</div>
</body>
</html>