Mercurial Hosting > chat
comparison src/index.html.luan @ 2:ee1f91e67509
add Db
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Thu, 24 Oct 2024 15:37:35 -0600 |
| parents | fddd11ae516c |
| children | 2c63b10781e1 |
comparison
equal
deleted
inserted
replaced
| 1:b116b6ef07bf | 2:ee1f91e67509 |
|---|---|
| 12 %> | 12 %> |
| 13 <!doctype html> | 13 <!doctype html> |
| 14 <html> | 14 <html> |
| 15 <head> | 15 <head> |
| 16 <% head() %> | 16 <% head() %> |
| 17 <title>Reactionary Chat</title> | 17 <title>Web Chat</title> |
| 18 <style> | 18 <style> |
| 19 h1 { | 19 h1 { |
| 20 margin-bottom: 0; | 20 margin-bottom: 0; |
| 21 } | 21 } |
| 22 h3 { | 22 h3 { |
| 25 </style> | 25 </style> |
| 26 </head> | 26 </head> |
| 27 <body> | 27 <body> |
| 28 <% header() %> | 28 <% header() %> |
| 29 <div content> | 29 <div content> |
| 30 <h1>Reactionary Chat</h1> | 30 <h1>Web Chat</h1> |
| 31 <h3>A free web-based instant messaging service by <a href="https://www.reactionary.software/">Reactionary Software</a></h3> | 31 <h3>A free web-based instant messaging service by <a href="https://www.reactionary.software/">Reactionary Software</a></h3> |
| 32 </div> | 32 </div> |
| 33 </body> | 33 </body> |
| 34 </html> | 34 </html> |
| 35 <% | 35 <% |
