<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Suite-Able Guides</title>
<style>
body { font-family: sans-serif; max-width: 600px; margin: 40px auto; padding: 20px; }
h1 { color: #333; }
ul { list-style-type: none; padding: 0; }
li { margin: 15px 0; }
a { color: #0066cc; text-decoration: none; font-size: 18px; }
a:hover { text-decoration: underline; }
</style>
</head>
<body>
<h1>Welcome to Suite-Able Guides</h1>
<p>Select a guide below to get started:</p>
<ul>
<li><a href=“Chain Hotels vs Boutique.html">Chain Hotels vs Boutique.html</a></li>
<li><a href="How to Spot Fake or Inflated Hotel Reviews.html">How to Spot Fake or Inflated Hotel Reviews.html</a></li>
<li><a href="Marketing vs Reviews">Marketing vs Reviews.html</a></li>
</ul>
</body>
</html>