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