<!DOCTYPE html>
<html>
<head>
<title>Air Datepicker template</title>
<meta charset="UTF-8" />
</head>
<body>
<div class="container">
<h1>Air Datepicker</h1>
<input type="text" id="dp" />
</div>
<script type="module/text" src="./index.js"></script>
</body>
</html>