Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bressler95tops authored Sep 26, 2024
1 parent a0a8855 commit b72dc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<body>
<div class="container">
<h1>iFrame Host</h1>
<iframe id="receiver" src="https://iframehost.pages.dev" onload="init_iframe()"></iframe>
<iframe onload="init_iframe()" id="receiver" src="https://iframehost.pages.dev"></iframe>
</div>
<script>
document.addEventListener("DOMContentLoaded", function() {
Expand Down

0 comments on commit b72dc30

Please sign in to comment.