diff options
author | curly <curly@infernal.garden> | 2024-07-17 14:45:51 -0600 |
---|---|---|
committer | curly <curly@infernal.garden> | 2024-07-17 14:45:51 -0600 |
commit | 87b71455a88941f0285985c0f0566c95d6a81b9f (patch) | |
tree | 5640e094df03250563ebf6628482a2a93d78e3f9 /src/user | |
parent | cc46857b4361c356e079b48d23a16b0fccaa7a61 (diff) | |
download | poko_web-87b71455a88941f0285985c0f0566c95d6a81b9f.tar.gz poko_web-87b71455a88941f0285985c0f0566c95d6a81b9f.tar.bz2 poko_web-87b71455a88941f0285985c0f0566c95d6a81b9f.zip |
if logged in; move to user page
Diffstat (limited to 'src/user')
-rw-r--r-- | src/user/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/index.html b/src/user/index.html index 12fd680..87cedc0 100644 --- a/src/user/index.html +++ b/src/user/index.html @@ -5,7 +5,7 @@ <script src="/main.js" defer></script> <title>USER</title> </head> - <body onload="user()"> + <body> <header> <a href="/user/"> <center class="button navbutton">USER</center> |