Mercurial Hosting > freedit
comparison src/account.html.luan @ 56:7ce54f6d93f2
add change name
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 28 Nov 2022 22:00:43 -0700 |
parents | fc3ee39d7764 |
children | 169ac5fdb320 |
comparison
equal
deleted
inserted
replaced
55:c57b84f461ae | 56:7ce54f6d93f2 |
---|---|
22 <body> | 22 <body> |
23 <% header() %> | 23 <% header() %> |
24 <div content> | 24 <div content> |
25 <h1>Your Account</h1> | 25 <h1>Your Account</h1> |
26 | 26 |
27 <p><a href="/logout.html">logout</a></p> | 27 <p><a href="/change_name.html">Change Name</a></p> |
28 <p><a href="/logout.html">Logout</a></p> | |
28 </div> | 29 </div> |
29 <% footer() %> | 30 <% footer() %> |
30 </body> | 31 </body> |
31 </html> | 32 </html> |
32 <% | 33 <% |