<!DOCTYPE html>
<html>
<head>
<title>Experience Ecuador</title>
<!-- Montserrat Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Montserrat', Arial, sans-serif;
background: #f4f4f4;
padding: 50px;
text-align: center;
}
h1 {
font-weight: 800; /* Extra Bold */
color: #333;
margin-bottom: 10px;
}
p {
font-weight: 700; /* Bold */
color: #555;
font-size: 18px;
margin-bottom: 30px;
}
.social-links a {
display: block;
margin: 10px 0;
font-weight: 700;
color: #1a1a1a;
text-decoration: none;
font-size: 16px;
}
.social-links a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Experience Ecuador</h1>
<p>New site coming soon.</p>
<div class="social-links">
<a href="https://instagram.com/experience.ecuador" target="_blank">Instagram</a>
<a href="https://www.facebook.com/ExperienceEcuador/" target="_blank">Facebook</a>
<a href="https://tiktok.com/ExperienceEcuador" target="_blank">TikTok</a>
</div>
</body>
</html>