summaryrefslogtreecommitdiff
path: root/static/notfound.html
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2023-11-08 01:06:36 -0500
committerCarson Fleming <cflems@cflems.net>2023-11-08 01:06:36 -0500
commitc1e0362f92bbd05361e28b5f1e9507e8c63bfa4c (patch)
tree7bd8455415b26a375cfb018376b2587ea9fda32a /static/notfound.html
parent4ec772036152be317a31d81f31a37d3dc624cd95 (diff)
downloadfle.ms-c1e0362f92bbd05361e28b5f1e9507e8c63bfa4c.tar.gz
Add credit link, github link, and meta tags
Diffstat (limited to 'static/notfound.html')
-rw-r--r--static/notfound.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/static/notfound.html b/static/notfound.html
index 5557dd5..b405a5f 100644
--- a/static/notfound.html
+++ b/static/notfound.html
@@ -1,8 +1,10 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <meta name="author" content="Carson Fleming" />
+ <meta name="description" content="fle.ms case-insensitive url shortener." />
<link rel="canonical" href="https://fle.ms/" />
<link rel="icon" type="image/png" href="https://cdn.cflems.net/fle.ms/logo.webp" />
<link rel="stylesheet" type="text/css" href="/css/fonts.css" />
@@ -20,5 +22,9 @@
<p>That short URL doesn&apos;t exist yet! Did you mean to <a href="/">create it?</a></p>
</div>
</div>
+ <div id="footer">
+ <span><a href="https://fle.ms/author">Author</a></span>
+ <span><a href="https://fle.ms/github">Source</a></span>
+ </div>
</body>
</html>