2025-02-11 22:27:22 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
2025-02-12 14:16:17 +01:00
|
|
|
<head>
|
|
|
|
|
<title>Band Sessions</title>
|
2025-02-14 01:58:08 +01:00
|
|
|
<style>
|
|
|
|
|
.red {
|
|
|
|
|
color:red;
|
|
|
|
|
}
|
2025-02-14 16:01:52 +01:00
|
|
|
ul {
|
|
|
|
|
list-style-position: inside;
|
|
|
|
|
}
|
2025-02-14 01:58:08 +01:00
|
|
|
</style>
|
2025-02-14 15:20:56 +01:00
|
|
|
<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>
|