You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
whooshy/views/index.pug

11 lines
226 B
Plaintext

6 years ago
extends layout
block content
div(id='content')
div(id='info')
h1= title
p Welcome to #{title}
button(id='bingo-button' onclick='window.location.href="/bingo"') Bingo
include includes/info-container