Files
ticketsystem/frontend/index.html
T
schn33fuchs b7f8df624c Favion
Its there now
2026-06-03 15:53:57 +02:00

15 lines
317 B
HTML

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