commit
This commit is contained in:
parent
71d93de012
commit
183ab102f2
4 changed files with 21 additions and 0 deletions
14
www/index.lua
Normal file
14
www/index.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
<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>
|
0
www/style.css
Normal file
0
www/style.css
Normal file
Loading…
Add table
Add a link
Reference in a new issue