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" />
|
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>
|
2021-11-15 21:25:34 -05:00
|
|
|
|
|
|
|
<style>
|
|
|
|
.fc .fc-toolbar.fc-header-toolbar {
|
|
|
|
margin-bottom: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
</style>
|