comparison src/about.html.luan @ 51:38c209714df9

rename to Luan Chat
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 03 Mar 2025 12:13:40 -0700
parents e138343b2c76
children 8270106644db
comparison
equal deleted inserted replaced
50:979a9ee73ea4 51:38c209714df9
16 <% head() %> 16 <% head() %>
17 </head> 17 </head>
18 <body> 18 <body>
19 <% header() %> 19 <% header() %>
20 <div content> 20 <div content>
21 <h1>About Web Chat</h1> 21 <h1>About Luan Chat</h1>
22 22
23 <p>This is a free web-based instant messaging service written for websites wanting to provide support through chat. The other existing solutions are overcomplicated enterprise services that are often expensive. All that is really needed is a simple general chat. Each user gets a URL and other people can chat with the user through that URL.</p> 23 <p>This is a free web-based instant messaging service written for websites wanting to provide support through chat. The other existing solutions are overcomplicated enterprise services that are often expensive. All that is really needed is a simple general chat. Each user gets a URL and other people can chat with the user through that URL.</p>
24 24
25 <p>As a simple service, this doesn't implement features that can be handled elsewhere. In particular it doesn't provide:</p> 25 <p>As a simple service, this doesn't implement features that can be handled elsewhere. In particular it doesn't provide:</p>
26 <ul> 26 <ul>