Skip to content

Commit

Permalink
Quick and dirty image centering on 404.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Mar 7, 2013
1 parent b205aed commit b8fc704
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions 404.html
Expand Up @@ -2,6 +2,8 @@
layout: default
title: This is the Smalltalk you are looking for...
---
<a href="/">
<img src="/image/404.png" alt="Click get back to a known land"/>
</a>
<center>
<a href="/">
<img src="/image/404.png" alt="Click get back to a known land"/>
</a>
</center>

0 comments on commit b8fc704

Please sign in to comment.