Adam Goldsmith
98065af7d5
Using puppeteer to render the page server side, as FullCalendar 6 dropped support for ES5, and polyfilling everything was becoming basically impossible
14 lines
355 B
HTML
14 lines
355 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="viewport" content="initial-scale=1, user-scalable=no" />
|
|
<title>Tool Reservations</title>
|
|
</head>
|
|
<body>
|
|
<div id="calendar"></div>
|
|
<script src="bundle-index.js"></script>
|
|
</body>
|
|
</html>
|