removed express app because database reasons

This commit is contained in:
Luna 2019-12-02 22:19:48 +00:00
parent d537dec98d
commit 3a1cbc2c3e
10 changed files with 0 additions and 1064 deletions

View file

@ -1,6 +0,0 @@
extends layout
block content
h1= message
h2= error.status
pre #{error.stack}

View file

@ -1,5 +0,0 @@
extends layout
block content
h1= title
p Welcome to #{title}

View file

@ -1,7 +0,0 @@
doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content