Tei's Personal Website (Made with Node.js and Bootstrap)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
494 B

doctype=html
html
include headers.pug
style(type='text/css').
.tbl {
border-radius:25px;
}
body
include navbar.pug
.container
.row
h1 School
.row
.col-md-7.tbl.m-2.text-light.bg-success
p
include ../content/school.pug
.col-md-3.tbl.m-2
img(src="/pixel.png" width=200 height=200)