-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.html
More file actions
22 lines (22 loc) · 1.03 KB
/
example.html
File metadata and controls
22 lines (22 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html><html>
<head>
<title>Arduino</title>
<meta name='viewport' content='width=device-width' />
</head>
<body>
<br>Ausgang 1<font color='red'> Aus</font>
<form method=get><input type=submit name=4 value='Ein'><input type=submit name=4 value='Aus'></form>
<br>Ausgang 2<font color='red'> Aus</font>
<form method=get><input type=submit name=5 value='Ein'><input type=submit name=5 value='Aus'></form>
<br>Ausgang 3<font color='red'> Aus</font>
<form method=get><input type=submit name=6 value='Ein'><input type=submit name=6 value='Aus'></form>
<br>Ausgang 4<font color='red'> Aus</font>
<form method=get><input type=submit name=7 value='Ein'><input type=submit name=7 value='Aus'></form>
<br>Ausgang 5<font color='green'> An</font>
<form method=get><input type=submit name=8 value='Ein'><input type=submit name=8 value='Aus'></form>
<br>Eingang 1 <font color='blue'> 198<br></font>
<br>Eingang 2 <font color='blue'> 188<br></font>
<br>Eingang 3 <font color="blue"> 214<br></font>
<br>Eingang 4 <font color='blue'> 264<br></font>
</body>
</html>