pi-rfid-jukebox/source/templates/default.pug

23 lines
414 B
Plaintext

doctype html
html
head
link(rel='stylesheet', href='/css/index.css')
title jukebox.stop.wtf
body
.header
h1.page-title jukebox.stop.wtf
ul.nav
li: a(href='/') Home
li: a(href='#news') News
li: a(href='#about') About
li: a(href='#contact') Contact
.main-content
block content
.footer
p made with love by annika
script(src='/jukebox.js')