comparison src/lib/Shared.luan @ 10:f9e6a4cc4f7d

add Post
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 30 Oct 2024 23:18:45 -0600
parents 2c63b10781e1
children 9f45d32670ae
comparison
equal deleted inserted replaced
9:b8b12fd8be22 10:f9e6a4cc4f7d
13 13
14 14
15 local Shared = {} 15 local Shared = {}
16 16
17 local started = Time.now() 17 local started = Time.now()
18 Shared.started = started
18 19
19 function Shared.head() 20 function Shared.head()
20 %> 21 %>
21 <meta name="viewport" content="width=device-width, initial-scale=1"> 22 <meta name="viewport" content="width=device-width, initial-scale=1">
22 <title>Web Chat</title> 23 <title>Web Chat</title>