drive-health/templates/index.html

28 lines
577 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/style.css">
<title>Drive Health Dashboard</title>
</head>
<body>
<div class="container">
<h1>Drive Health Dashboard</h1>
<table>
<thead>
</thead>
<tbody id="disk-table-body">
</tbody>
</table>
<hr>
</div>
<script src="/static/main.js"></script>
</body>
</html>