comparison src/index.html.luan @ 33:e2b7f6393dab

add online
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 10 Nov 2024 19:57:14 -0700
parents f4708943f29e
children 62d04ca486dd
comparison
equal deleted inserted replaced
32:0f40501b0b56 33:e2b7f6393dab
92 <head> 92 <head>
93 <% head() %> 93 <% head() %>
94 <style> 94 <style>
95 @import "chat.css?s=<%=started%>"; 95 @import "chat.css?s=<%=started%>";
96 </style> 96 </style>
97 <style online></style>
97 <script src="chat.js?s=<%=started%>"></script> 98 <script src="chat.js?s=<%=started%>"></script>
98 </head> 99 </head>
99 <body> 100 <body>
100 <% header() %> 101 <% header() %>
101 <div content show="chats"> 102 <div content show="chats">