git ssb

0+

gb / gwenbell.com



Tree: 4a6b080fbdda7a2954e39faf92c4c5aab4e6b8b6

Files: 4a6b080fbdda7a2954e39faf92c4c5aab4e6b8b6 / layouts / layout.jade

704 bytesRaw
1doctype html
2
3html
4 head
5 title= title
6 meta(name='viewport', content='width=device-width')
7 meta(name='viewport', content='initial-scale=1.0')
8 meta(name='viewport', content='maximum-scale=1')
9 link(rel="shortcut icon", href="/favicon.png")
10 link(rel='stylesheet' href='/static/reserva.css')
11 /// link(rel='stylesheet' href='/simplicitease.css')
12 body
13 .navbar
14 .contain
15 .twelve.col
16 ul
17 li <a href="/"><b>Gwen Bell</b></a>
18 li <a href="/aboard">Aboard</a>
19 li <a href="/about">About</a>
20 li <a href="/now">Now</a>
21 .contain
22 .twelve.col
23 .article
24 block content
25
26 include footer.jade
27

Built with git-ssb-web