Mercurial Hosting > chat
comparison src/account.html.luan @ 94:8c3b56bb0c83 default tip
add lang
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 02 May 2025 10:41:18 -0600 |
parents | 7b339b1ccd11 |
children |
comparison
equal
deleted
inserted
replaced
93:d0566cc4a2ac | 94:8c3b56bb0c83 |
---|---|
20 local user = current_user() | 20 local user = current_user() |
21 if user == nil then return end | 21 if user == nil then return end |
22 Io.stdout = Http.response.text_writer() | 22 Io.stdout = Http.response.text_writer() |
23 %> | 23 %> |
24 <!doctype html> | 24 <!doctype html> |
25 <html> | 25 <html lang="en"> |
26 <head> | 26 <head> |
27 <% head() %> | 27 <% head() %> |
28 <script> | 28 <script> |
29 'use strict'; | 29 'use strict'; |
30 | 30 |