<html><head>
<meta charset="utf-8">
    <title>404 - Not Found</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
    <link rel="stylesheet" href="all.min.css">
<style>
    body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #0f0f0f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

.icon {
    font-size: 26px;
    color: white;
}

.text {
    font-size: 18px;
    margin: 5px 0;
    text-transform: lowercase;
    justify-content: center;
}

.grey-text {
    color: #888;
    font-size: 18px;
    margin: 5px 0;
    text-transform: lowercase;
    justify-content: center;
}
</style>
</head>
  <body>
    <div>
      <center>
        <h1><a href="#"><i class="fas fa-link icon"></i></a> 4am lol.</h1>
        <div class="text">404 - Not Found</div>
        <div class="bottom-section">
          <footer>
            <p>click <a href="https://4am.lol/" ,="" style="color: #fff;"><strong>here</strong></a>bla</p>
          </footer>
        </div>
      </center>
    </div>
  
</body></html>