1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00
elua/romfs/test.lua

6 lines
137 B
Lua
Raw Normal View History

print "<html><body>"
print "Hello from eLua!<br>"
print 'Press <a href="/">here</a> to return to the main page.'
print "</body></html>"