Skip to content

Commit

Permalink
Adding this was a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerPalko committed May 8, 2023
1 parent 010f8c1 commit 5c55421
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,6 @@
</head>

<body>
<!--Stolen code lol-->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"></script>
<script type="text/javascript">
$(function(){
$('#button').click(function(){
if(!$('#iframe').length) {
$('#iframeHolder').html('<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSc0gklArIPnPOVyGWhdJBb7N2WY31-XPRTPTt-pdcNR8KSGFw/viewform?embedded=true" width="800" height="551" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>');
}
});
});
</script>
<!--/Stolen code lol-->

<button id="button">Game request</button>
<div id="iframeHolder"></div>
<div class="heading">
<h1>Tyler's Game Hub</h1>
</div>
Expand Down

0 comments on commit 5c55421

Please sign in to comment.