blob: c53962b31a6fdd218668d10d40f4d25bf74a8bf9 (
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://c.fle.ms/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'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>
|