mirror of
https://github.com/multipleofnpm/qtmodal.git
synced 2026-01-14 08:38:08 +00:00
16 lines
258 B
HTML
16 lines
258 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
<script src="https://cdn.jsdelivr.net/npm/qtmodal@0.2"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<script type="module">
|
|
QTModal.show()
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|