jana_sessions_webpage/index.html

13 lines
164 B
HTML
Raw Normal View History

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;
}
</style>
2025-02-12 14:16:17 +01:00
</head>
<body></body>
2025-02-11 22:27:22 +01:00
</html>