Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions views/index.jade
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
include header.html

#x.container
#x.hero-unit
.container
.hero-unit
p
| This app runs on #{hostname} (#{os}). Your request came from #{agent}.
| The system time is #{time.toLocaleString()}.
| <strong>Page rendered using Node.js version #{nodeversion}</strong>.

#form-section.container
#x.hero-unit
.hero-unit
form(method="post" class="comment-form")
label(for="comment") Leave a comment
input(type="text", name="comment" required="true" autocomplete="off")
Expand All @@ -20,8 +20,8 @@ include header.html
p(class="comment-content")= comment.text
p(class="comment-date")= (new Date(comment.date)).toLocaleString()

#x.container
#x.hero-unit
.container
.hero-unit
p
| Contact site admin via: <a href="mailto:#{admin}">#{admin}</a>

Expand Down