15 lines
229 B
Plaintext
15 lines
229 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
title= title
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
body
|
|
nav
|
|
ul
|
|
li
|
|
a(href='/stats')="stats"
|
|
li
|
|
a(href='/')="home"
|
|
|
|
block content
|