<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>hhvr1's Rad Homepage</title>
    <style>
      body {
        background: url('https://gifdb.com/images/thumbnail/90s-aesthetic-grid-background-j401zv31u1n0u8mj.gif');
        color: #00ffcc;
        font-family: "Comic Sans MS", Arial, sans-serif;
        text-shadow: 1px 1px 2px #000;
      }
      h1 {
        text-align: center;
        font-size: 48px;
        color: yellow;
        text-shadow: 2px 2px 4px #ff00ff;
      }
      .container {
        width: 80%;
        margin: auto;
        background: rgba(0,0,0,0.6);
        padding: 20px;
        border: 4px ridge #00ffff;
      }
      a {
        color: #ff66ff;
      }
      .marquee {
        color: #ffff00;
        font-size: 22px;
        margin-top: 10px;
      }
      .blink {
        animation: blink 1s step-start infinite;
      }
      @keyframes blink {
        50% { opacity: 0; }
      }
    </style>
  </head>
  <body>
    <marquee class="marquee">Welcome to the *official* hhvr1 homepage! Prepare for MAXIMUM RETRO POWER!</marquee>

    <div class="container">
      <h1>Welcome to my Website!</h1>

      <p>This is my totally radical homepage. Click here to visit: <a href="https://neocities.org">Neocities</a>.</p>

      <p>Check out this <strong>bold</strong> and <em>italic</em> text. Yeah, we're fancy like that.</p>

      <p>Image time:</p>
      <img src="/neocities.png" alt="Site hosted by Neocities" style="border: 3px solid #ff00ff; box-shadow: 0 0 10px #00ffff;">

      <p>My epic list of stuff:</p>
      <ul>
        <li>First awesome thing</li>
        <li>Second awesome thing</li>
        <li>Third awesome thing</li>
      </ul>

      <p>Want to learn more HTML/CSS? Zoom over to the <a href="https://neocities.org/tutorials">tutorials</a>!</p>

      <p class="blink">*** UNDER CONSTRUCTION ***</p>
      <img src="https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExeGJpbTl1cjU5bWg1Y3FpNDIzbGd5aGxjN20zbnh6aHhrZzV0ZjR6aiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/BK1EfIsdkKZMY/giphy.gif" alt="Under Construction">
      <p style="margin-top:20px; font-size:24px; color:#ff00ff; text-align:center; text-shadow:2px 2px 3px #000;">
        ★ My Retro Profile Links ★
      </p>

      <ul style="font-size:20px; list-style:square;">
        <li><a href="https://scratch.mit.edu/users/HHVR1/" target="_blank">My Scratch Page</a></li>
        <li><a href="https://www.youtube.com/@HandHitterVR" target="_blank">My YouTube Channel</a></li>
        <li><a href="https://hhvr.itch.io/" target="_blank">My Itch.io Games</a></li>
        <li><a href="https://www.reddit.com/user/Crafty_Baby_1137/" target="_blank">My Reddit Profile</a></li>
      </ul>

      <center>
        <img src="https://i.gifer.com/7VE.gif" alt="Dancing Baby" width="120">
        <img src="https://i.gifer.com/origin/6f/6f86bf7183d4e67c9abc11a17c440cca_w200.gif" alt="CD Spin" width="120">
        <img src="https://www.angelfire.lycos.com/extreme/FireAnimations/fire20.gif" alt="Fire" width="120">
      </center>
    </div>
  </body>
</html>
