mirror of
https://github.com/samsonjs/kwikemon.git
synced 2026-03-25 09:05:51 +00:00
13 lines
291 B
Text
13 lines
291 B
Text
doctype 5
|
|
html(lang="en")
|
|
head
|
|
title kwikemon
|
|
link(rel="stylesheet", href="/css/style.css")
|
|
body
|
|
block nav
|
|
block title
|
|
h1= pageTitle || 'kwikemon'
|
|
#content
|
|
block content
|
|
#footer
|
|
a(href="https://github.com/samsonjs/kwikemon") kwikemon #{version}
|