mirror of
https://github.com/sartography/uva-covid19-testing-communicator.git
synced 2025-02-24 21:08:06 +00:00
28 lines
470 B
HTML
28 lines
470 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Flask Dashboard Argon - Admin Dashboard with Argon Design | AppSeed</title>
|
|
<meta name="description" content="Admin Panel with Argon Design crafted by Creative-Tim and coded in Flask with SQLite database, ORM and authentication.">
|
|
|
|
{% include 'includes/header.html' %}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{% include 'includes/sidenav.html' %}
|
|
|
|
{{ content | safe }}
|
|
|
|
{% include 'includes/scripts.html' %}
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|