Introduce a basic modal implementation with QTModal

This commit is contained in:
sss
2025-06-05 13:36:55 -07:00
parent 31ae08cd60
commit 32a4d7454f
3 changed files with 27 additions and 2 deletions

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<script type="module" src="https://cdn.jsdelivr.net/npm/qtmodal"></script>
</head>
<body>
<script type="module">
QTModal.show()
</script>
</body>
</html>