blob: 4ceda987188405afa6346517123742dedbb1d520 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>hump.fm</title>
<style>
body { margin: 0; padding: 16px; font-family: Arial, Helvetica, sans-serif; background: #fff; color: #111; }
h1 { margin: 0 0 8px; font-size: 18px; }
p { margin: 0 0 10px; line-height: 1.4; }
a { color: #06c; }
</style>
</head>
<body>
<h1>Welcome to hump.fm</h1>
<p>Paste an image URL, upload a file, or snap a pic from your webcam.</p>
<p><a href="/register">Create an account</a> or <a href="/login">sign in</a>.</p>
</body>
</html>
|