<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Friends Foundation Awareness Campaign</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
color: #333;
text-align: center;
padding: 20px;
}
.banner {
background-color: #4CAF50;
color: white;
padding: 20px;
border-radius: 5px;
margin-bottom: 20px;
}
.call-to-action {
background-color: #008CBA;
color: white;
padding: 15px;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
display: inline-block;
margin-top: 10px;
}
</style>
</head>
<body>
<div class="banner">
<h1>Join Us in Making a Difference!</h1>
<p>Support The Friends Foundation in providing education and healthcare to underprivileged communities.</p>
</div>
<h2>Transparency in Donations</h2>
<p>Every donation is tracked and reported, ensuring your contribution directly impacts lives.</p>
<h2>Get Involved</h2>
<p>Your support helps us build schools and provide healthcare to those in need.</p>
<a href="http://www.friendsfoundation.org/donate" class="call-to-action">Donate Now</a>
</body>
</html>
1
1
1KB
2KB
164.0ms
203.0ms
164.0ms