<!DOCTYPE html>
<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/style.css">
    <link rel="icon" href="https://static.luevano.xyz/images/icons/dragon.svg">
    <meta charset="utf-8">

    <title>404 Not found</title>
  </head>

  <body>
    <a href="https://luevano.xyz/">[HOME]</a>

    <div class="not-found">
      <h1>
        404 Not found
      </h1>

      <img src="https://static.luevano.xyz/images/gifs/stars1.gif" alt="Stars">

      <p>
      Hey, it looks like the page you are looking for does not exist.
      </p>

      <p>
      Try going back.
      </p>

      <a href="https://luevano.xyz/">[HOME]</a>
    </div>
  </body>