23 lines
440 B
Handlebars
23 lines
440 B
Handlebars
<!doctype html>
|
|
<html lang=en>
|
|
|
|
<head>
|
|
<title>jukebox.stop.wtf</title>
|
|
<link rel=stylesheet href=/css/index.css>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
|
|
<body>
|
|
<div class=header>
|
|
<h1 class=page-title>jukebox.stop.wtf</h1>
|
|
</div>
|
|
<div class="main-content">
|
|
{{{body}}}
|
|
</div>
|
|
<footer>
|
|
<p>made with love by annika</p>
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|