Mercurial Hosting > chat
comparison src/index.html.luan @ 118:04933d5ba05a
handle markdown
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Thu, 04 Dec 2025 22:57:00 -0700 |
| parents | 4cab4df4cbbd |
| children |
comparison
equal
deleted
inserted
replaced
| 117:e2deb5236f26 | 118:04933d5ba05a |
|---|---|
| 31 <head> | 31 <head> |
| 32 <% head() %> | 32 <% head() %> |
| 33 <style> | 33 <style> |
| 34 @import "chat.css?s=<%=started%>"; | 34 @import "chat.css?s=<%=started%>"; |
| 35 </style> | 35 </style> |
| 36 <script src="https://cdn.jsdelivr.net/npm/markdown-it@14.1.0/dist/markdown-it.min.js"></script> | |
| 36 <script src="chat.js?s=<%=started%>"></script> | 37 <script src="chat.js?s=<%=started%>"></script> |
| 37 </head> | 38 </head> |
| 38 <body> | 39 <body> |
| 39 <% header() %> | 40 <% header() %> |
| 40 <div chat_content show="intro"> | 41 <div chat_content show="intro"> |
