mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
77d626b26a
Modules tested ok after changes.
5 lines
140 B
Lua
5 lines
140 B
Lua
print "<html><body>"
|
|
print "Hello from eLua!<br>"
|
|
print 'Press <a href="/">here</a> to return to the main page.'
|
|
print "</body></html>"
|