1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/views/layout.jade
2013-09-19 13:29:42 +02:00

17 lines
490 B
Plaintext

!!!5
html
head
title OTalk
meta(name="viewport", content="width=device-width, initial-scale=1, user-scalable=no")
link(rel="stylesheet", type="text/css", href="//cloud.typography.com/7773252/657662/css/fonts.css")
link(rel="stylesheet", href="/css/otalk.css")
block head
body.aux
header
img#logo(src="/images/logo.png", alt="OTalk")
block content
script(src='/js/zepto.js')
block scripts