jana_sessions_webpage/leptos_webpage/index.html

10 lines
225 B
HTML
Raw Normal View History

2025-02-11 22:27:22 +01:00
<!DOCTYPE html>
2025-02-14 18:00:43 +01:00
<html lang="de">
2025-02-12 14:16:17 +01:00
<head>
<title>Band Sessions</title>
2025-02-14 18:00:43 +01:00
<link data-trunk rel="css" href="styles.css">
<link data-trunk rel="rust" data-bin="jana_sessions_webpage">
2025-02-12 14:16:17 +01:00
</head>
<body></body>
2025-02-11 22:27:22 +01:00
</html>