-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresults.html
More file actions
30 lines (27 loc) · 921 Bytes
/
Copy pathresults.html
File metadata and controls
30 lines (27 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
<head><meta name="viewport" content="width=device-width"/>
<script type="text/javascript" src="script.js"></script>
</head>
<body style="text-align: center; background-color: #EEFFEE">
<h2><u>VOTING SYSTEM - Results</u></h2><hr>
<p>#TT</p><hr><br>#ERROR<br><div id="result">
<h3><u>Number of given votes</u></h3>
<p>#LG</p><hr>
<center><table border="5" width="200" height="100" >
<tr align="center" valign="middle">
<td>YES</td> <td>NO </td>
</tr>
<tr align="center" valign="middle">
<td>#LT</td> <td>#LN</td>
</tr>
</table></center>
<h3><u>Result</u></h3>
<p>#W</p>
</div><br>
<form action="nothing" method="get">
<input type="submit" name="v" value="VOTING PAGE"/>
</form>
<hr>
<p style="font-size:xx-small">Powered by ESP8266 - 2017</p>
</body>
</html>