Mercurial Hosting > chat
comparison src/index.html.luan @ 48:7628fd0e3560
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 28 Feb 2025 19:59:27 -0700 |
parents | 42b741a1d5c6 |
children | 323ddacc1593 |
comparison
equal
deleted
inserted
replaced
47:8c6a2f602dbd | 48:7628fd0e3560 |
---|---|
100 <style online></style> | 100 <style online></style> |
101 <script src="chat.js?s=<%=started%>"></script> | 101 <script src="chat.js?s=<%=started%>"></script> |
102 </head> | 102 </head> |
103 <body> | 103 <body> |
104 <% header() %> | 104 <% header() %> |
105 <div content show="chats"> | 105 <div chat_content show="chats"> |
106 <div chats> | 106 <div chats> |
107 <% chats_html() %> | 107 <% chats_html() %> |
108 </div> | 108 </div> |
109 <div posts> | 109 <div posts> |
110 <h3 intro>Choose a chat on the left</h3> | 110 <h3 intro>Choose a chat on the left</h3> |