Mercurial Hosting > chat
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 3:2c63b10781e1 | 4:2da10ece826f |
|---|---|
| 17 </head> | 17 </head> |
| 18 <body> | 18 <body> |
| 19 <% header() %> | 19 <% header() %> |
| 20 <div content> | 20 <div content> |
| 21 <h1>Your Account</h1> | 21 <h1>Your Account</h1> |
| 22 <p><a href="chat.html">Your Chats</a></p> | |
| 22 <p><a href="javascript:logout()">Logout</a></p> | 23 <p><a href="javascript:logout()">Logout</a></p> |
| 23 </div> | 24 </div> |
| 24 </body> | 25 </body> |
| 25 </html> | 26 </html> |
| 26 <% | 27 <% |
