nodejs app started
This commit is contained in:
22
views/base.jade
Normal file
22
views/base.jade
Normal 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
8
views/index.jade
Normal file
@@ -0,0 +1,8 @@
|
||||
extends base
|
||||
|
||||
block head
|
||||
title c0db
|
||||
|
||||
block body
|
||||
div.jumbotron c0db
|
||||
|
||||
Reference in New Issue
Block a user