mirror of
https://github.com/multipleofnpm/qtmodal.git
synced 2026-01-14 00:27:57 +00:00
Introduce a basic modal implementation with QTModal
This commit is contained in:
15
index.html
Normal file
15
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user