reservations_display/public/index.html
Adam Goldsmith 7e4947951b Set meta tag to allow full screen/web app mode on iOS safari
This allows hiding the navigation bar when launching the site from a
homescreen shortcut
2021-11-15 21:31:06 -05:00

13 lines
276 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>