kaiwa/views/layout.jade

18 lines
432 B
Plaintext
Raw Normal View History

2013-09-05 19:53:23 -04:00
!!!5
html
head
title OTalk
meta(name="viewport", content="width=device-width, initial-scale=1, user-scalable=no")
2013-09-16 05:19:07 -04:00
link(rel="stylesheet", href="/css/otalk.css")
2013-09-05 19:53:23 -04:00
block head
body.aux
header
2013-09-16 05:19:07 -04:00
img#logo(src="/images/logo.png", alt="OTalk")
2013-09-05 19:53:23 -04:00
block content
2013-09-16 05:19:07 -04:00
script(src='/js/zepto.js')
script(src='//static.andyet.com/tag.js')
2013-09-05 19:53:23 -04:00
block scripts