Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.26 KB

404.md

File metadata and controls

38 lines (26 loc) · 1.26 KB
permalink layout ask upstairs new
/404.html
default
/?q=#jesus
/newpage?a=#jesus

404 - "TOILET" (page) NOT FOUND

dumb jokes aside... if you're looking for "#jesus":

  • try sitemap

  • ask [jesus]({{ page.ask }})

  • look [upstairs]({{ page.upstairs }})

  • suggest [a new page]({{ page.new }})!

![jesus toilet pointers](/escher 4chan jesus.jpeg) gotta love escher and 4chan! ^_^

in other words, we couldn't find the page you were looking for. this is probably because:

  • there is an error in the URL [entered into your web browser]({{ page.upstairs }}). please check the URL and try again.

  • the page you are looking for moved away, got deleted and/or forgotten. sorry. there's still hope, though!

you can try searching for the content you are seeking by "[asking jesus]({{ page.ask }})". you can also go to our sitemap. and you can even suggest [a new page]({{ page.new }})!

<script> document.querySelectorAll('a[href*="#jesus"]').forEach(function(item){ item.href = item.href.replace('#jesus', window.location.pathname.slice(1)) }) item = document.body item.innerHTML = item.innerHTML.replace('#jesus', window.location.pathname.slice(1)) </script>