Skip to content

Commit

Permalink
added some style
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Hendrix committed Mar 14, 2015
1 parent f012299 commit 619944c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions public/css/status.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
body {
font-family: Avenir;
text-align: center;
}
9 changes: 7 additions & 2 deletions resources/valid-codes.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"100": {
"image": "images/100.gif",
"title": "100 Continue",
"description": "Continue"
},
"200": {
"image": "200.gif",
"image": "images/200.gif",
"title": "200 OK",
"description": "OK"
},
"404": {
"image": "404.gif",
"image": "images/404.gif",
"title": "404 Not Found",
"description": "Not Found"
}
Expand Down
1 change: 1 addition & 0 deletions views/status.jade
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
doctype html
html(lang="en")
head
link(rel="stylesheet", href="css/status.css", type="text/css")
title #{title}
body
h1 #{description}
Expand Down

0 comments on commit 619944c

Please sign in to comment.