httpstatuses/templates/layout.jade
2015-11-06 21:36:13 +00:00

12 lines
401 B
Plaintext

block title
title #{title} — httpstatus.es
doctype html
html(lang="en")
head
block title
link(rel='stylesheet', href='/' + fingerprint['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