Initial Go server with PostgreSQL and static file serving

This commit is contained in:
Ian Gulliver
2026-02-14 20:29:42 -08:00
commit b33cf94151
5 changed files with 68 additions and 0 deletions

12
static/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!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>