2016-11-20 01:13:19 +00:00
|
|
|
doctype html
|
|
|
|
html
|
|
|
|
head
|
|
|
|
link(rel='stylesheet', href='/css/index.css')
|
2017-03-26 01:45:57 +00:00
|
|
|
title jukebox.stop.wtf
|
2016-11-20 01:13:19 +00:00
|
|
|
body
|
|
|
|
.header
|
2017-03-26 01:45:57 +00:00
|
|
|
h1.page-title jukebox.stop.wtf
|
2016-11-20 01:13:19 +00:00
|
|
|
|
|
|
|
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
|
2017-03-26 01:45:57 +00:00
|
|
|
p made with love by annika
|
2017-04-08 16:05:39 +00:00
|
|
|
|
|
|
|
script(src='/jukebox.js')
|