nodejs app started

This commit is contained in:
2015-03-23 13:15:28 -04:00
parent e4a297a28d
commit 6e43cdf6a0
7 changed files with 87 additions and 0 deletions

22
views/base.jade Normal file
View File

@@ -0,0 +1,22 @@
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

8
views/index.jade Normal file
View File

@@ -0,0 +1,8 @@
extends base
block head
title c0db
block body
div.jumbotron c0db