<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TruAirFare - Affordable Journeys</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: #f4f9fc;
color: #333;
}
header {
background-color: #0077cc;
color: white;
padding: 2rem;
text-align: center;
}
main {
padding: 2rem;
max-width: 800px;
margin: auto;
}
h1 {
font-size: 2rem;
margin-bottom: 1rem;
}
p {
font-size: 1.1rem;
line-height: 1.6;
}
a {
color: #0077cc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
footer {
text-align: center;
padding: 1rem;
background: #e1e9f0;
margin-top: 2rem;
}
</style>
</head>
<body>
<header>
<h1>Your Gateway to Affordable Journeys</h1>
</header>
<main>
<p>Step into the world with <strong>TruAirFare</strong>. We provide cheap air ticket reservations, senior travel discounts, and fast last-minute deals for any traveler. From weekend getaways to <a href="https://truairfare.com/">emergency flights</a>, our platform is secure, fast, and always traveler-first. Every trip starts better with TruAirFare.</p>
</main>
<footer>
© 2025 TruAirFare. All rights reserved.
</footer>
</body>
</html>