14 lines
232 B
HTML
14 lines
232 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Band Sessions</title>
|
|
<style>
|
|
.red {
|
|
color:red;
|
|
}
|
|
</style>
|
|
<link data-trunk rel="rust" data-bin="jana_sessions_webpage" />
|
|
</head>
|
|
<body></body>
|
|
</html>
|