Skip to content

Commit

Permalink
reference CDN in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed Dec 20, 2024
1 parent 718eff9 commit 83772ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h2 tabindex="-1" id="success3" class="success" hidden>Your submission was succe
}
</script>

<!-- <script type="module" src="https://unpkg.com/@github/auto-check-element@latest"></script> -->
<script type="module" src="../dist/bundle.js" defer></script>
<script type="module" src="https://unpkg.com/@github/auto-check-element@latest"></script>
<!-- <script type="module" src="../dist/bundle.js" defer></script> -->
</body>
</html>

0 comments on commit 83772ab

Please sign in to comment.