httpstatuses/templates/layout.jade
2015-11-06 20:40:58 +00:00

13 lines
458 B
Plaintext

block title
title #{title} — httpstatus.es
doctype html
html(lang="en")
head
block title
// link(rel='shortcut icon', href='/favicon.ico', type='image/x-icon')
link(rel='stylesheet', href='/style.css')
link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Source+Code+Pro:700', type='text/css')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
body
block contents