mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-02 19:46:52 +01:00
Changed indent spaces and made localhost only
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
h1= message
|
||||
h2= error.status
|
||||
pre #{error.stack}
|
||||
h1= message
|
||||
h2= error.status
|
||||
pre #{error.stack}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
h1= title
|
||||
p Welcome to #{title}
|
||||
h1 Yoooooooooooooooooo
|
||||
p Yoooooooooooooooooooooooooooooooo
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user