mirror of
https://github.com/multipleofnpm/qtmodal.git
synced 2026-01-13 16:17:57 +00:00
15 lines
267 B
HTML
15 lines
267 B
HTML
<!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> |