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

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>"