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.
 
 
 
 
 

36 lines
1.2 KiB

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reflow Oven CONFIG</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h4>Configuration :</h4>
<div class="phase" id="chauffe-auto">
<div class="row">
<label style="width: 65px; display: inline-block;">SSID : </label>
<input type="text" id="ssid" >
</div>
<div class="row">
<label style="width: 65px; display: inline-block;">PWD : </label>
<input type="password" id="password" >
</div>
<div class="row">
<label style="width: 65px; display: inline-block;">Kp : </label>
<input type="number" id="kp" >
</div>
<div class="row">
<label style="width: 65px; display: inline-block;">Ki : </label>
<input type="number" id="ki" >
</div>
<div class="row">
<label style="width: 65px; display: inline-block;">Kd : </label>
<input type="number" id="kd" >
</div>
<button id="validate" class="start">VALIDER</button>
<script src="conf.js"></script>
</body>
</html>