mirror of
https://github.com/usetrmnl/byos_fastapi.git
synced 2026-04-29 13:44:09 -07:00
20 lines
611 B
HTML
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>
|