Skip to content

Commit a2c5587

Browse files
authored
Update 404.html
Snek!
1 parent f1c696e commit a2c5587

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

404.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,13 @@ <h2>Menu</h2>
6969
<h1>OOPS! Page not found (404)</h1>
7070
<span class="image main"><img src="images/404_monkey.png" alt="" /></span>
7171
<center>
72-
<p><b>This is not the page you are looking for..</b></p>
73-
<p>..But since you're here, lets have some fun!</p>
74-
<iframe width="100%" height="600" allowfullscreen="true" scrolling="no" src="https://html-classic.itch.zone/html/13595095/snekburd_html/index.html" msallowfullscreen="true" allowtransparency="true" webkitallowfullscreen="true" mozallowfullscreen="true" allow="autoplay; fullscreen *; geolocation; microphone; camera; midi; monetization; xr-spatial-tracking; gamepad; gyroscope; accelerometer; xr; cross-origin-isolated; web-share" frameborder="0"></iframe>
75-
<p><a href="https://werxzy.itch.io/snekburd" class="button">Buy on Itch.io <i class="icon solid style1 fa-store"></i></a></p>
76-
<p><a href="index.html" class="button large primary">Return Home <i class="icon solid style1 fa-home"></i></a></p>
72+
<p><b>This is not the page you are looking for..</b></p>
73+
<p>..But since you're here, lets have some <a id="fun" onclick="removeButton(event)"><b>fun</b></a>!</p>
74+
<span class="image main"><img src="images/snek.gif" alt="" />
75+
<iframe width="100%" height="550" style="background: #ab5236;" allowfullscreen="true" scrolling="no" src="https://html-classic.itch.zone/html/13595095/snekburd_html/index.html" msallowfullscreen="true" allowtransparency="true" webkitallowfullscreen="true" mozallowfullscreen="true" allow="autoplay; fullscreen *; geolocation; microphone; camera; midi; monetization; xr-spatial-tracking; gamepad; gyroscope; accelerometer; xr; cross-origin-isolated; web-share" frameborder="0"></iframe>
76+
</span>
77+
<p><a href="https://werxzy.itch.io/snekburd" class="button">Buy on Itch.io <i class="icon solid style1 fa-store"></i></a></p>
78+
<p><a href="index.html" class="button large primary">Return Home <i class="icon solid style1 fa-home"></i></a></p>
7779
</center>
7880
</div>
7981
</div>
@@ -129,6 +131,9 @@ <h2>Contact</h2>
129131
alert("Copied to clipboard: " + copyText.value);
130132
}
131133
</script>
132-
134+
<script src="assets/js/confetti.min.js"></script>
135+
<script>
136+
let confetti = new Confetti("fun");
137+
</script>
133138
</body>
134139
</html>

0 commit comments

Comments
 (0)