<!DOCTYPE html>
<html lang="en" class="dark">
  <head>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>5 Minutes of Hate</title>
    <link href="https://fonts.googleapis.com/css2?family=Old+Standard+TT&display=swap" rel="stylesheet">
    <link rel="icon" href="/icons/icon.png">
    <link rel="stylesheet" href="/base.css">
    <link rel="stylesheet" href="/dark_theme.css">
    <link rel="stylesheet" href="/light_theme.css">
  </head>
  <body>
    <div class="page">
      <header>
        <a href="/" class="header-left" style="text-decoration:none; color:inherit;">
          <img class="logo-img" src="https://img.icons8.com/?size=100&id=Oe4ZIsh7LRBH&format=png&color=000000"
               alt="Angry Icon" title="Evil icon by Icons8: https://icons8.com/icon/Oe4ZIsh7LRBH/evil">
          <span class="logo-text">5 minutes of hate</span>
        </a>

        <div class="header-center">
        </div>

        <div class="header-right">
          <p class="description">A dark place to vent your saint anger and cool down</p>

          <div class="header-cookies">
            <form method="get" action="" class="lang-switcher">
              <select name="lang" onchange="this.form.submit()">
                <option value="en" selected="selected">EN</option>
                <option value="ru">RU</option>
              </select>
            </form>

            <form action="/theme" method="post" style="display:inline;">
              <input type="hidden" name="theme" value="light"/>
              <button type="submit" title="Switch Theme" class="theme-toggle-button">✴</button>
            </form>
          </div>
        </div>
      </header>


<!--      <h1 style="align-content:center;" th:text="${statusCode}"></h1>-->
<!--      <h1 style="align-content:center;" th:if="${userMessage != null}" th:text="${userMessage}"></h1>-->
<!--      <h1 style="align-content:center;" th:if="${userMessage == null}" th:text="#{page.error.global.message}"></h1>-->
      <div class="error-container">
        <div class="error-box">
          <h1 class="error-code">404</h1>
          <p class="error-message">No static resource sitemap.xml.</p>
          
          <a href="/" class="error-home">← Back to underworld</a>
        </div>
      </div>


      <footer>
        <p>Every post lives for 5 minutes or for another 5 minutes if new comments appear</p>
        <p>&copy; 2025 5 Minutes of Hate — The place of relief 😈</p>
      </footer>
    </div>
  </body>
</html>
