started working on user profiles

This commit is contained in:
2026-01-29 20:20:36 -08:00
parent 91c6bea0c6
commit 4fa797d36a
5 changed files with 198 additions and 9 deletions

12
templates/profile.gohtml Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="static/style.css" type="text/css">
<title>
muzi | {{.Username}}'s Profile
</title>
</head>
<body>
{{.Bio}}
</body>
</html>