summaryrefslogtreecommitdiff
path: root/luevano/404.html
blob: 81047f1bd2f9583480a187d97c1cb38916312e6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!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>