profile pages

This commit is contained in:
2026-07-21 17:31:43 +10:00
parent 09ec5a33ec
commit 3a63c68c2d
4 changed files with 37 additions and 4 deletions

View File

@@ -34,6 +34,3 @@
</form>
</div>
<div id="posts">
<div id="posts-header">
<h1>posts</h1>
</div>

View File

@@ -61,6 +61,11 @@ img {
display: flex;
gap: 5px;
}
a {
color: lime;
text-decoration: underline;
}
nav {
background: rgb(25, 25, 25);