comparison src/index.html.luan @ 6:e22a1ba4b2ed

misc
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 29 Oct 2024 16:47:11 -0600
parents 2c63b10781e1
children
comparison
equal deleted inserted replaced
5:a49866b52cc2 6:e22a1ba4b2ed
25 </head> 25 </head>
26 <body> 26 <body>
27 <% header() %> 27 <% header() %>
28 <div content> 28 <div content>
29 <h1>Web Chat</h1> 29 <h1>Web Chat</h1>
30 <h3>A free web-based instant messaging service by <a href="https://www.reactionary.software/">Reactionary Software</a></h3> 30 <h3>A free web-based instant messaging service</h3>
31 <p><a href="https://hg.reactionary.software/repo/chat/">source code</a></p>
31 </div> 32 </div>
32 </body> 33 </body>
33 </html> 34 </html>
34 <% 35 <%
35 end 36 end