comparison src/index.html.luan @ 56:5bbb89d75199

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 17 Aug 2025 18:36:32 +0900
parents 19901d6fb56f
children 7c31604ce3fc
comparison
equal deleted inserted replaced
55:5bdd4bc11123 56:5bbb89d75199
25 <% if user == nil then %> 25 <% if user == nil then %>
26 <p><a href="login.html">Register / Login</a> to use this.</p> 26 <p><a href="login.html">Register / Login</a> to use this.</p>
27 <% else %> 27 <% else %>
28 <p><a href="chats.html">See your chats</a></p> 28 <p><a href="chats.html">See your chats</a></p>
29 <% end %> 29 <% end %>
30 <p>This is an AI language learning website. You can design your own courses by giving instructions to AI.</p>
31
32 <p>Developing good courses requires some effort. You can use the English course "Course Design" to have AI help you design the course. Each chat has an ID which you can get from the URL. So if you have a chat using your course, then in a "Course Design" chat you can tell AI the chat ID and it can then read the chat and then you can discuss the chat with the AI.</p>
33
34 <p>This website is under development - not ready for serious use. But I can add whatever is needed. Discuss this site with me on <a href="https://discord.gg/Hn8ZbePwaj">Discord</a>.
35
30 <p>More later...</p> 36 <p>More later...</p>
31 </div> 37 </div>
32 </body> 38 </body>
33 </html> 39 </html>
34 <% 40 <%