Files
ticketsystem/frontend/index.html
schn33fuchs 931bd27c65 Sidebar fix
Styles now actually get applied and sidebar doesn't block content
Also the login page doesn't have a sidebar now
2026-05-02 19:09:41 +02:00

14 lines
232 B
HTML

<!doctype html>
<html>
<head>
<link data-trunk rel="rust" data-bin="bin" />
<link data-trunk rel="scss" href="src/styles/main.scss" />
<meta charset="utf-8" />
<title>Yew App</title>
</head>
<body></body>
</html>