summaryrefslogtreecommitdiff
path: root/static/notfound.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/notfound.html')
-rw-r--r--static/notfound.html19
1 files changed, 16 insertions, 3 deletions
diff --git a/static/notfound.html b/static/notfound.html
index b3b5f2f..5557dd5 100644
--- a/static/notfound.html
+++ b/static/notfound.html
@@ -2,10 +2,23 @@
<html>
<head>
<meta charset="utf-8" />
- <title>fle.ms</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <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" />
+ <link rel="stylesheet" type="text/css" href="/css/standard.css" />
+ <link rel="stylesheet" type="text/css" href="/css/mobile.css" />
+ <title>Not Found / fle.ms</title>
</head>
<body>
- <h1>fle.ms</h1>
- <p>404 Not Found Page</p>
+ <div id="header">
+ <h1 id="logo">fle.ms</h1>
+ </div>
+ <div id="content">
+ <div id="rhs">
+ <h1>URL Not Found</h1>
+ <p>That short URL doesn&apos;t exist yet! Did you mean to <a href="/">create it?</a></p>
+ </div>
+ </div>
</body>
</html>