layout | permalink |
---|---|
default |
/404.html |
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>