1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2025-02-20 13:01:50 -05:00
kaiwa/views/layout.jade

17 lines
383 B
Plaintext
Raw Normal View History

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