Files
NodeMCU_Lua/zyx-framework/test1.html
2019-01-24 08:04:24 +01:00

15 lines
158 B
HTML

<!DOCTYPE html>
<html>
<body>
<t1>Mesures de température 190123.2000</t1>
<%
for i=1,5 do
zoutput("la valeur est "..i.."<br>")
end
%>
</body>
</html>