Files
rooms/static/index.html

13 lines
266 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rooms</title>
</head>
<body>
<h1>Rooms</h1>
<p>Roommate selection for student trips.</p>
</body>
</html>