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

16 lines
481 B
Plaintext
Raw Normal View History

2013-09-05 16:53:23 -07:00
!!!5
html
head
2013-09-25 09:52:38 -07:00
title Otalk
2013-09-05 16:53:23 -07:00
meta(name="viewport", content="width=device-width, initial-scale=1, user-scalable=no")
2013-09-19 13:29:42 +02:00
link(rel="stylesheet", type="text/css", href="//cloud.typography.com/7773252/657662/css/fonts.css")
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-25 09:52:38 -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