This website works better with JavaScript.
Home
Explore
Help
Sign In
akhilesh.chandak
/
P2P_Liquiloan_Script
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
view file added
master
Akhilesh Chandak
1 year ago
parent
a501adc372
commit
f439c235d7
3 changed files
with
18 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
views/error.pug
+5
-0
views/index.pug
+7
-0
views/layout.pug
+ 6
- 0
views/error.pug
View File
@ -0,0 +1,6 @@
extends layout
block content
h1= message
h2= error.status
pre #{error.stack}
+ 5
- 0
views/index.pug
View File
@ -0,0 +1,5 @@
extends layout
block content
h1= title
p Welcome to #{title}
+ 7
- 0
views/layout.pug
View File
@ -0,0 +1,7 @@
doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content
Write
Preview
Loading…
Cancel
Save
Powered by
TurnKey Linux
.