blob: 5557dd5c7deb5f4f988c5a84577bcbfa717cf636 (
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
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<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>
<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>
</body>
</html>
|