Removed use of Node Module ESLint, generated files for Express server.

This commit is contained in:
2022-03-20 19:57:48 -05:00
parent 792251dada
commit d53b54fc83
16 changed files with 198 additions and 1641 deletions

View File

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

View File

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

View File

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