code-lua-iot/www/index.lua
2024-10-28 13:11:21 +01:00

14 lines
239 B
Lua

<html>
<head>
<title>ESP 32 web page</title>
<link href="style.css" rel="stylesheet"/>
</head>
<body>
<h1>Hello, world!</h1>
<?lua
nb = nb + 1
console(nb.." Chargements")
print(nb.." Chargements")
?>
</body>
</html>