Files

13 lines
303 B
HTML

<!doctype html>
<html>
<head>
<title>Backrest</title>
<link rel="stylesheet" href="/src/index.sass" />
<link rel="icon" type="image/png" href="/assets/favicon.png" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/app/main.tsx"></script>
</body>
</html>