diff options
| -rw-r--r-- | _site_build/404.markdown | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/_site_build/404.markdown b/_site_build/404.markdown new file mode 100644 index 0000000..1e3af8e --- /dev/null +++ b/_site_build/404.markdown @@ -0,0 +1,18 @@ +--- +layout: default +title: Page not found +robots: follow, noindex, noodp, noydir +--- +# Page not found +Sorry, but the page you were trying to view does not exist. + +It looks like this was the result of either: + +* a mistyped address +* an out-of-date link + +<script> +var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2), +GOOG_FIXURL_SITE = location.host; +</script> +<script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script> |
