aboutsummaryrefslogtreecommitdiff
path: root/templates/modal.html
blob: 57f60d133c89b62c096ab4fbf780579d862733c7 (plain)
1
2
3
4
5
6
7
8
9
10
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>