AntennaPi/templates/index.html

20 lines
726 B
HTML

<html>
<head>
<title>AntennaPi</title>
</head>
<body>
<form action = "/index" method = "post">
<table>
<tr>
<td><button type ="submit" name="ant_button" style="background-color:{{ bc1 }};color:black;width:200px;height:40px;" value="ant1">X200</button></td>
</tr>
<tr>
<td><button type ="submit" name="ant_button" style="background-color:{{ bc2 }};color:black;width:200px;height:40px;" value="ant2">20m Dipol</button></td>
</tr>
<tr>
<td><button type ="submit" name="ant_button" style="background-color:{{ bc3 }};color:black;width:200px;height:40px;" value="ant3">40-20-10m Windom</button></td>
</tr>
</form>
</body>
</html>