diff options
Diffstat (limited to 'luevano/404.html')
-rw-r--r-- | luevano/404.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/luevano/404.html b/luevano/404.html new file mode 100644 index 0000000..81047f1 --- /dev/null +++ b/luevano/404.html @@ -0,0 +1,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> |