14 lines
230 B
HTML
14 lines
230 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Band Sessions</title>
|
|
<link data-trunk rel="copy-file" href="session_config.json"/>
|
|
<style>
|
|
.red {
|
|
color:red;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body></body>
|
|
</html>
|