httpstatuses/templates/layout.jade
Samuel Ryan 92f1bdacbf Adds (ugly, ugly) favicon
Need a better favicon, but alas, no ideas. What could it conceivably
be?
2015-11-06 22:29:11 +00:00

13 lines
491 B
Plaintext

block title
title #{title} — httpstatus.es
doctype html
html(lang="en")
head
block title
link(rel='shortcut icon', href='/' + fingerprint['favicon.ico'], type='image/x-icon')
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