Changed indent spaces and made localhost only

This commit is contained in:
Esther
2020-06-18 22:56:03 +01:00
parent 91eb61fc81
commit 40d6f1357f
8 changed files with 63 additions and 63 deletions

View File

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

View File

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

View File

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