This commit is contained in:
Andrea 2025-02-26 21:50:27 +01:00
parent fd52c24c08
commit ae8e02fa60
Signed by: nullndr
GPG Key ID: 8DA8996EF89F33BB
2 changed files with 11 additions and 1 deletions

View File

@ -4,5 +4,5 @@
src="https://plausible.nullndr.com/js/script.file-downloads.hash.outbound-links.pageview-props.tagged-events.js" src="https://plausible.nullndr.com/js/script.file-downloads.hash.outbound-links.pageview-props.tagged-events.js"
></script> ></script>
<script> <script>
window.plausible = window.plausible || function(){(window.plausible.q = window.plausible.q || []).push(arguments)}, window.plausible = window.plausible || function(){(window.plausible.q = window.plausible.q || []).push(arguments)}
</script> </script>

10
index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<body>
<button commandfor="my-modal" command="show-modal" type="button">Click me to open</button>
<dialog id="my-modal">
Hey there!
<button commandfor="my-modal" command="close" type="button">Click me to close</button>
</dialog>
</body>
</html>