Mercurial Hosting > chat
comparison src/index.html.luan @ 72:bce0480721c1
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 08 Mar 2025 17:29:57 -0700 |
parents | 6cfef9850520 |
children | 2a602ef53eef |
comparison
equal
deleted
inserted
replaced
71:2206c20e91d2 | 72:bce0480721c1 |
---|---|
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 <style online></style> | |
37 <script src="chat.js?s=<%=started%>"></script> | 36 <script src="chat.js?s=<%=started%>"></script> |
38 </head> | 37 </head> |
39 <body> | 38 <body> |
40 <% header() %> | 39 <% header() %> |
41 <div chat_content show="intro"> | 40 <div chat_content show="intro"> |