1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/views/layout.jade

18 lines
419 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")
link(rel="stylesheet", href="/styles.css")
block head
body.aux
header
img#logo(src="/logo.png", alt="OTalk")
2013-09-05 19:53:23 -04:00
block content
script(src='/zepto.js')
script(src='//static.andyet.com/tag.js')
2013-09-05 19:53:23 -04:00
block scripts