<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <title>My Cool 2000s Site</title>
  <link rel="stylesheet" href="style.css">
</head>
<body>
  <div id="container">
    <h1>Welcome to My Page!</h1>
    <marquee behavior="scroll" direction="left">✨ Thanks for visiting! ✨</marquee>
    <img src="sparkle.gif" alt="Sparkle" width="100">
    <p>This is my totally awesome 2000s-style homepage.</p>
    <nav>
      <a href="about.html">About Me</a> |
      <a href="photos.html">Photos</a> |
      <a href="guestbook.html">Guestbook</a>
    </nav>
  </div>
</body>
</html>
