Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 781 Bytes

404.md

File metadata and controls

30 lines (26 loc) · 781 Bytes
title
Something went wrong!

404: Luciferin not found!

                 _  _
                | )/ )
             \\ |//,' __
             (")(_)-"()))
                (\\
                             _   _
  HEELP                     ( | / )
                          \\ \|/,' __
    \_o_/                 (")(_)-"()))
       )                     <\\
      /\__
_____ \ ________________________________

<script> // on 2016-02-01 GitHub Pages upgraded to Jekyll3, which broke all blog posts with trailing slashes // and there are tons of links out there on the web to posts with a trailing slash, so can't ignore it var url = location.href; if(url.substr(url.length - 1) === '/') { window.location = url.substr(0, url.length - 1); } </script>