Skip to content

Latest commit

 

History

History
60 lines (54 loc) · 1.95 KB

404.md

File metadata and controls

60 lines (54 loc) · 1.95 KB
layout permalink
default
/404.html

404

Page not found :(

                                           /~\
                                          |oo )
                                          _\=/_
                          ___        #   /  _  \  #
                         / ()\        \\//|/.\|\\//
                       _|_____|_       \/  \_/  \/
                      | | === | |         |\ /|
                      |_|  O  |_|         \_ _/
                       ||  O  ||          | | |
                       ||__*__||          | | |
                      |~ \___/ ~|         []|[]
                      /=\ /=\ /=\         | | |
      ________________[_]_[_]_[_]________/_]_[_\_________________________
                                           /~\
                                          |oo )
                                          _\=/_
                          ___            /  _  \   
                         / ()\          //|/.\|\\  
                       _|_____|_       ||  \_/  ||
                      | | === | |      || |\ /| ||
                      |_|  O  |_|      #  \_ _/  #
                       ||  O  ||          | | |
                       ||__*__||          | | |
                      |~ \___/ ~|         []|[]
                      /=\ /=\ /=\         | | |
      ________________[_]_[_]_[_]________/_]_[_\_________________________
<script> const ani_1 = document.getElementById("animation-404-1"); const ani_2 = document.getElementById("animation-404-2"); ani_1.style.display = "block"; let ani = 1; function ani404() { if (ani == 1) { ani_1.style.display = "none"; ani_2.style.display = "block"; ani = 2; } else { ani_2.style.display = "none"; ani_1.style.display = "block"; ani = 1; } } setInterval(function(){ ani404(); }, 800); </script>