VELTRON.NET/TDKHome/more/poll.html
MattTheTekie dcb3d66bc5 Add TDKHome files
Add TDKHome files
2023-09-15 13:04:40 -04:00

106 lines
No EOL
1.8 KiB
HTML

<html>
<head>
<title>Poll - How do you rate this website</title>
<meta name="viewport" content="width=240">
<style>
body { margin:0px; }
#screen { height:176px; width:240px; overflow:hidden; }
</style>
</head>
<body>
<div id="screen">
<form method=post action="http://poll.pollcode.com/n0Rc">
<table border=0 width=240 bgcolor="lightgray" cellspacing=0 cellpadding=0>
<tr>
<td colspan=2>
<font size=1><u><center>How do you rate this website?</center></u></font>
</td>
</tr>
<tr>
<td width=5>
<input type=radio name=answer value="1">
</td>
<td>
<font size=1>1 - Amazing</font>
</td>
</tr>
<tr>
<td width=5>
<input type=radio name=answer value="2">
</td>
<td>
<font size=1>2 - Great</font>
</td>
</tr>
<tr>
<td width=5>
<input type=radio name=answer value="3">
</td>
<td>
<font size=1>3 - Good</font>
</td>
</tr>
<tr>
<td width=5>
<input type=radio name=answer value="4">
</td>
<td>
<font size=1>4 - Not Bad</font>
</td>
</tr>
<tr>
<td width=5>
<input type=radio name=answer value="5">
</td>
<td>
<font size=1>5 - Not The Best</font>
</td>
</tr>
<tr>
<td width=5>
<input type=radio name=answer value="6">
</td>
<td>
<font size=1>6 - Bad</font>
</td>
</tr>
<tr>
<td width=5>
<input type=radio name=answer value="7">
</td>
<td>
<font size=1>7 - Really Bad</font>
</td>
</tr>
<tr>
<td width=5>
<input type=radio name=answer value="8">
</td>
<td>
<font size=1>8 - Terrible</font>
</td>
</tr>
<tr>
<td colspan=2>
<center><font size=1>
<input type=submit value="Vote">&nbsp;
<input type=submit name=view value="View">
</font></center>
</td>
</tr>
<tr>
<td bgcolor="white" colspan=2 align=center>
<font size=1 color="black">
<a href="poll.html"></a><-- Previous
<a href=http://pollcode.com/>
&nbsp;&nbsp;&nbsp;pollcode.com&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</a>
<a href="poll2.html">Next --></a>
</font>
</td>
</tr>
</table>
</form>
</div>
</body>
</html>