reservations_display/public/index.html

12 lines
213 B
HTML
Raw Normal View History

2021-11-11 17:29:47 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Tool Reservations</title>
</head>
<body>
<div id="calendar"></div>
<script src="bundle.js"></script>
2021-11-11 17:29:47 -05:00
</body>
</html>