mirror of
https://github.com/rmaake1/httpstatuses.git
synced 2024-11-07 11:12:30 +01:00
20 lines
938 B
Plaintext
20 lines
938 B
Plaintext
doctype html
|
|
html(lang="en")
|
|
head
|
|
block title
|
|
title #{title} — httpstatuses.com
|
|
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')
|
|
meta(charset='utf-8')
|
|
body
|
|
block contents
|
|
script.
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q || []).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
ga('create', 'UA-29439846-1', 'auto');
|
|
ga('send', 'pageview');
|