pi-rfid-jukebox/views/layouts/main.hbs

23 lines
456 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><a href="/">jukebox.stop.wtf</a></h1>
</div>
<div class="main-content">
{{{body}}}
</div>
<footer>
<p>made with love by annika</p>
</footer>
</body>
</html>