diff options
Diffstat (limited to 'static/notfound.html')
| -rw-r--r-- | static/notfound.html | 8 |
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'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> |
