solarmon/static/index.html
2025-10-07 21:31:35 +02:00

10 lines
238 B
HTML

<!doctype html>
<html>
<head>
<link rel="stylesheet" href="/static/style.css" />
</head>
<body>
<script src="/static/d3.v7.min.js"></script>
<script src="/static/chart.js"></script>
</body>
</html>