frc_timecards/app/templates/kiosk.html

17 lines
438 B
HTML
Raw Permalink Normal View History

2024-10-03 22:05:46 -04:00
<?xml version = "1.0"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/main.css') }}" />
<script type="text/javascript" src="{{ url_for('static', filename='js/kiosk.js') }}"></script>
<title>Kiosk</title>
</head>
<body>
<table>
<tbody id="tbody">
</tbody>
</table>
</body>
</html>