<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height" />
    <link rel="icon" href="/api/favicon">
    <title>404 Not Found</title>

    <style type="text/css">

      html, body {
          margin: 0;
          padding: 0;
          width: 100%;
          height: 100%;
          font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
          font-weight: 400;
          color: black;
      }

      body {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
      }

      @media (prefers-color-scheme: dark) {
          body {
            background-color: black;
            color: white;
          }
      }

    </style>
  </head>
<body>

  <h2>404 Not Found</h2>

</body>
</html>
