reservations_display/index.html

12 lines
226 B
HTML
Raw Normal View History

2021-11-11 17:29:47 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Tool Reservations</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/index.ts"></script>
</body>
</html>