summaryrefslogtreecommitdiff
path: root/static/notfound.html
blob: 751d2f5252af384f387ba1e02ce0f251492f2e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE 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/svg+xml" href="https://cdn.cflems.net/fle.ms/logo.svg" />
        <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>
        <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>
        <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>