Adam Goldsmith
7e4947951b
This allows hiding the navigation bar when launching the site from a homescreen shortcut
13 lines
276 B
HTML
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>
|