Files
NodeMCU_Lua/ZYX-html-framework/page1.html
Christian Zufferey 4220e224b5 wip
2019-01-27 11:27:44 +01:00

26 lines
427 B
HTML

<!DOCTYPE html>
<html lang="fr" dir="ltr">
<head>
<meta charset='utf-8' name='viewport' content='width=device-width, initial-scale=1.0'>
<title>ESP8266 page 1</title>
</head>
<body>
<h1>ESP8266 page 1 190126.1841</h1>
<br>
Coucou c'est la page 1 !<br>
<a href="/">Retour à la home page...</a><br><br><br>
La température est:
<%
zout(ztemp.."oC")
%>
<br>Mais il fait encore trop froid !<br>
</body>
</html>