2021-11-11 17:29:47 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2021-11-15 20:25:45 -05:00
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
2022-06-30 14:03:31 -04:00
|
|
|
<meta name="viewport" content="initial-scale=1, user-scalable=no" />
|
2021-11-11 17:29:47 -05:00
|
|
|
<title>Tool Reservations</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2021-11-15 16:43:54 -05:00
|
|
|
<div id="calendar"></div>
|
|
|
|
<script src="bundle.js"></script>
|
2021-11-11 17:29:47 -05:00
|
|
|
</body>
|
|
|
|
</html>
|