Nothing Special   »   [go: up one dir, main page]

Skip to content

Commit

Permalink
Fix nested iframe path.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketj committed Nov 9, 2023
1 parent 839104c commit 103b344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clipboard/async-clipboard-nested-iframe-write.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<iframe src="http://sanketj.github.io/web-dev-samples/async-clipboard-nested-iframe-write-inner-frame.html" width="500px" height="500px"></iframe>
<iframe src="http://sanketj.github.io/web-dev-samples/clipboard/async-clipboard-nested-iframe-write-inner-frame.html" width="500px" height="500px"></iframe>
<script>
</script>
</body>
Expand Down

0 comments on commit 103b344

Please sign in to comment.