solarmon/static/index.html
2025-10-08 13:03:13 +02:00

11 lines
290 B
HTML

<!doctype html>
<html>
<head>
<link rel="stylesheet" href="/static/style.css" />
<meta http-equiv="refresh" content="300" />
</head>
<body>
<script src="/static/d3.v7.min.js"></script>
<script src="/static/chart.js"></script>
</body>
</html>