Skip to content

Commit

Permalink
Add status 504
Browse files Browse the repository at this point in the history
  • Loading branch information
girliemac committed Oct 18, 2016
1 parent 0c83793 commit 9a91baa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist
node_modules
deploy.sh
.DS_Store
3 changes: 3 additions & 0 deletions catala/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ <h2 class="top-space bottom-space">Codis d'estat disponibles:</h2>
<a href="/503"><li class="status" style="background-image:url(/images/503.jpg);">
<span>503</span>
</li></a>
<a href="/504"><li class="status" style="background-image:url(/images/504.jpg);">
<span>504</span>
</li></a>
<a href="/506"><li class="status" style="background-image:url(/images/506.jpg);">
<span>506</span>
</li></a>
Expand Down
Binary file added images-original/504.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/504.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ <h2 class="top-space bottom-space">Available status codes:</h2>
<a href="/503"><li class="status" style="background-image:url(/images/503.jpg);">
<span>503</span>
</li></a>
<a href="/504"><li class="status" style="background-image:url(/images/504.jpg);">
<span>504</span>
</li></a>
<a href="/506"><li class="status" style="background-image:url(/images/506.jpg);">
<span>506</span>
</li></a>
Expand Down

0 comments on commit 9a91baa

Please sign in to comment.