summaryrefslogtreecommitdiffhomepage
path: root/resources/pug/include/head.pug
blob: 7099c2412988c92973d7718aa6e576455421dda9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
title
	block titleContainer
		block title
			| Camil Staps

meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='viewport', content='width=device-width, initial-scale=1')

link(rel='stylesheet', href='/assets/css/style.css', type='text/css')