Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nintendoboi22 authored Oct 10, 2024
1 parent 91d8a8b commit c1dfe78
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,7 @@
-->
<!--<div id="content" class="lock"> -->
<h3 class="title"><Font COLOR="#ffffff">
Panic Button, press <b>`</b> key
<script>
function googleclassroom() {
var elem = document.getElementById("googleclassroom");
if (elem.innerHTML === '') {
elem.innerHTML = '<iframe src="https://classroom.google.com" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;"></iframe>';
} else {
elem.innerHTML = '';
}
}
</script>


Panic Button, press <kbd>Q</kbd> key</h3>
<i>
<br><button onclick="while(true) {}">Click Me If U Dare😈</button><!--<button onclick="resetTime">Reset Time</button>-->

Expand Down

0 comments on commit c1dfe78

Please sign in to comment.