Build a beautiful and simple website in literally minutes. Demo at http://deanattali.com/beautiful-jekyll
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
252 B

9 years ago
9 years ago
  1. ---
  2. layout: default
  3. title: 404 - Page not found
  4. permalink: /404.html
  5. ---
  6. <div class="text-center">
  7. <h1>Whoops, this page doesn't exist.</h1>
  8. <h1>Move along. (404 error)</h1>
  9. <br/>
  10. <img src="{{ site.baseurl }}/img/404-southpark.jpg" />
  11. </div>