<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Ypc Rell Official</title>
  <link rel="stylesheet" href="style.css">
</head>
<body>
  <header>
    <h1>Ypc Rell</h1>
    <p>Managed by Foulout Amiri</p>
  </header>
  <nav>
    <ul>
      <li><a href="index.html">Home</a></li>
      <li><a href="music.html">Music</a></li>
      <li><a href="evidence.html">Evidence</a></li>
      <li><a href="contact.html">Contact</a></li>
    </ul>
  </nav>
  <div class="main-content">
    <h2>Welcome</h2>
    <p>This is the official artist hub for Ypc Rell.</p>
    <p>Check the Music tab for the latest tracks, and the Evidence tab to verify the management and access details.</p>
  </div>
  <footer>
    <p>&copy; 2025 Ypc Rell. All rights reserved.</p>
  </footer>
</body>
</html>
