<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Personal website of Sean Hailer, showcasing his life, hobbies, and interests.">
<title>Sean Hailer - Welcome</title>
<link rel="stylesheet" href=“https://www.seanhailer.com/style.css">
</head>
<body>
<header>
<h1>Welcome to SeanHailer.com</h1>
<p>A glimpse into the life and interests of Sean Hailer</p>
</header>
<section class="bio">
<h2>About Sean</h2>
<p>Sean Hailer is a seasoned professional in mobile advertising and a lifelong enthusiast of languages, muscle cars, and international travel. </p>
</section>
<section class="hobbies">
<h2>Hobbies & Interests</h2>
<ul>
<li>Building LEGOs</li>
<li>Playing video games</li>
<li>Reading novels</li>
<li>Driving classic muscle cars</li>
<li>Hiking and outdoor adventures</li>
<li>Relaxing at the beach</li>
<li>Exploring new countries and cultures</li>
<li>Cooking international cuisine</li>
</ul>
</section>
<footer>
<p>© 2024 Sean Hailer | All rights reserved.</p>
</footer>
</body>
</html>