Files
2025-12-13 10:19:52 +00:00

20 lines
611 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>TRMNL Server</title>
<link rel="stylesheet" href="/web/css/styles.css">
<script src="/web/js/vendor/htm.umd.js"></script>
<script src="/web/js/vendor/chart.umd.js"></script>
<script src="/web/js/vendor/chartjs-adapter-date-fns.bundle.js"></script>
</head>
<body>
<div id="app-root"></div>
<script src="/web/js/vendor/preact.umd.js"></script>
<script src="/web/js/vendor/preact-hooks.umd.js"></script>
<script src="/web/js/app.js"></script>
</body>
</html>