Files: 9d005b2e11b2e2e87198d0670fcd854aa2ace0ff / layouts / layout.jade
552 bytesRaw
1 | doctype html |
2 | |
3 | html |
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 | include navbar.jade |
14 | .contain |
15 | .twelve.col |
16 | iframe(src='https://sdash.gwenbell.com' style='width:100%; border:none;') |
17 | .article |
18 | block content |
19 | |
20 |
Built with git-ssb-web