sass-site/source/404.html.haml

20 lines
500 B
Plaintext
Raw Normal View History

2013-10-17 05:46:28 +02:00
---
title: "Not found :("
---
2013-10-17 08:49:48 +02:00
- content_for :css do
= stylesheet_link_tag "404"
- content_for :introduction do
Sorry, but the page you were trying to view does not exist.
2013-10-17 05:46:28 +02:00
%p It looks like this was the result of either:
%ul
2015-04-01 04:56:07 +02:00
%li a mistyped address.
%li an out-of-date link.
2013-10-17 05:46:28 +02:00
2013-10-17 08:49:48 +02:00
- content_for :complementary do
:javascript
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;
%script(src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js")