19 lines
411 B
Cheetah
19 lines
411 B
Cheetah
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>dumb</title>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" type="text/css" href="/static/style.css" />
|
|
</head>
|
|
<body>
|
|
<h1 id="nav">DUMB</h1>
|
|
<div id="home">
|
|
<div>
|
|
<h1>Welcome to dumb</h1>
|
|
<p>An alternative frontend for genius.com</p>
|
|
</div>
|
|
<code>Just redirect Genius URLs to this instance and It's all good.</code>
|
|
</div>
|
|
</body>
|
|
</html>
|