1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00
elua/romfs/test.lua
Bogdan Marinescu 99c24861f4 Integrated support for Micromint Eagle 100 board (LM3S6918 Cortex-M3).
Fixed the cross compilation script.
Some DOS to UNIX EOL conversions.
2009-02-23 15:28:56 +00:00

6 lines
137 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>"