mirror of
https://github.com/riwiwa/muzi.git
synced 2026-02-28 11:56:57 -08:00
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
<!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>
|