More test, to get the framework.
This commit is contained in:
parent
f9c89a9a5d
commit
46ffb0ce56
2 changed files with 37 additions and 0 deletions
22
views/index.jade
Normal file
22
views/index.jade
Normal file
|
@ -0,0 +1,22 @@
|
|||
extend layout
|
||||
block content
|
||||
p
|
||||
| Vivamos hendreit arcu sed erat molestie
|
||||
| vehicula. Sed auctor neque eu tellus
|
||||
| rhuncus ut eleifend nibh porttitor. Ut in.
|
||||
p
|
||||
| Donec congue lacinia dui, a porttitor
|
||||
| lectus condimentum laoreet. Nunc eu
|
||||
| ullamcorper orci. Quisque eget odio ac
|
||||
| lectus vestibulum faucibus eget in metus.
|
||||
| In pellentesque faucibus vestibulum. Nulla
|
||||
| at nulla justo, eget luctus tortor.
|
||||
block sidebar
|
||||
.widget
|
||||
h1 widget
|
||||
p
|
||||
| Sed auctor neque eu tellus rhoncus ut
|
||||
| eleifend nibh porttitor. Ut nulla enim.
|
||||
p
|
||||
| Vivamus hendrerit arcu sed erat molestie
|
||||
| vehicula.
|
15
views/layout.jade
Normal file
15
views/layout.jade
Normal file
|
@ -0,0 +1,15 @@
|
|||
!!!5
|
||||
html
|
||||
head
|
||||
title TyeDye - Remote Character Server for SL
|
||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||
body
|
||||
header
|
||||
h1 TyeDye
|
||||
.container
|
||||
.main-content
|
||||
block content
|
||||
.sidebar
|
||||
block sidebar
|
||||
footer
|
||||
p Running on node with Express, Jade and Stylus
|
Loading…
Reference in a new issue