diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-11-14 12:06:37 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-11-14 12:07:26 +0100 |
commit | 65e122492bd9cdd74b0a993a53875834071df53e (patch) | |
tree | 2eacc7f99882a89ff081359d6ee7d84998a06e98 /views/profile.ejs | |
parent | 8f3a28d965546f89cba27b23a3d7d545e889b4cb (diff) | |
download | server-65e122492bd9cdd74b0a993a53875834071df53e.tar.gz |
Chat log.
Diffstat (limited to 'views/profile.ejs')
-rw-r--r-- | views/profile.ejs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/profile.ejs b/views/profile.ejs index 1dbc1f5..4d97486 100644 --- a/views/profile.ejs +++ b/views/profile.ejs @@ -22,6 +22,8 @@ Change <a href="/change_name">name</a>, or <a href="/change_about">profile text</a>. <br>» +<a href="/chat">Chat log</a> +<br>» <a href="/logout">Logout</a> <% if (open_games.length > 0) { %> |