Malý repozitář pro ukládáni programu pro práci s ESP32
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
566 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="5">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1> Ovládání LED</h1>
<h2>LED 1</h2>
<a href="/led1?state=on">ZAPNOUT</a>
<a href="/led1?state=off">VYPNOUT</a>
<div>stav: <span>STAVLED1</span></div>
<h2>LED 2</h2>
<a href="/led2?state=on">ZAPNOUT</a>
<a href="/led2?state=off">VYPNOUT</a>
<div>stav: <span>STAVLED2</span></div>
</body>
</html>