diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-08 12:33:26 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-08 12:33:26 -0600 |
commit | c93ef2dd9948658b5c477bcd4d82080c19c006e3 (patch) | |
tree | 4ae327c04282f0d8181d57336ea7d9bf8aba25ee /templates/modal.html | |
parent | 68e16bfdbe93a37b22d2ee11777e91624fbbed5c (diff) |
add vehicle modal
Diffstat (limited to 'templates/modal.html')
-rw-r--r-- | templates/modal.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/modal.html b/templates/modal.html new file mode 100644 index 0000000..57f60d1 --- /dev/null +++ b/templates/modal.html @@ -0,0 +1,11 @@ +<div id="modal" _="on closeModal add .closing then wait for animationend then remove me"> + <div class="modal-underlay" _="on click trigger closeModal"></div> + <div class="modal-content"> + <h1>Modal Dialog</h1> + This is the modal content. + You can put anything here, like text, or a form, or an image. + <br> + <br> + <button _="on click trigger closeModal">Close</button> + </div> +</div>
\ No newline at end of file |