20 lines
382 B
HTML
20 lines
382 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<title>Tool Reservations</title>
|
|
</head>
|
|
<body>
|
|
<div id="calendar"></div>
|
|
<script src="bundle.js"></script>
|
|
</body>
|
|
</html>
|
|
|
|
<style>
|
|
.fc .fc-toolbar.fc-header-toolbar {
|
|
margin-bottom: 0;
|
|
text-align: center;
|
|
}
|
|
</style>
|