diff src/account.html.luan @ 4:2da10ece826f

add Chat
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 27 Oct 2024 20:39:18 -0600
parents 2c63b10781e1
children a49866b52cc2
line wrap: on
line diff
--- a/src/account.html.luan	Thu Oct 24 21:43:44 2024 -0600
+++ b/src/account.html.luan	Sun Oct 27 20:39:18 2024 -0600
@@ -19,6 +19,7 @@
 <%		header() %>
 		<div content>
 			<h1>Your Account</h1>
+			<p><a href="chat.html">Your Chats</a></p>
 			<p><a href="javascript:logout()">Logout</a></p>
 		</div>
 	</body>