summaryrefslogtreecommitdiff
path: root/luevano/404.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-02-25 03:59:32 -0700
committerDavid Luevano Alvarado <david@luevano.xyz>2021-02-25 03:59:32 -0700
commit7902eb73845351cd10032d281ee6af9acdca8a69 (patch)
tree1b44904050b1b872a6416c280cce226fd3e4116b /luevano/404.html
First webpage commit
Diffstat (limited to 'luevano/404.html')
-rw-r--r--luevano/404.html31
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>