Files
c0db/views/base.jade
2015-03-23 13:15:28 -04:00

23 lines
452 B
Plaintext

doctype html
html
head
meta(charset="utf-8")
link(rel="stylesheet"
href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css")
block head
body
block body
script(type="text/javascript"
src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js")
script(type="text/javascript"
src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js")
block script