<!DOCTYPE html>
<html lang="en">
	<head>
		<title>What is your favourite operating system?</title>
    <link rev="made" href="mailto:mike@mike-burns.com" title="Webmaster (Mike Burns)">
		<link rel="stylesheet" href="/styles/w3m.css" title="[W3M Style]" type="text/css">
		<link rel="home" href="/index.html" title="[Home]" type="text/html">
	</head>

	<body>
		<h1>Weekly Poll: What is your favourite operating system?</h1>

		<form action="/cgi-bin/poll.pl">
			<ul>
				<li><input type="radio" value="Amiga" id="Amiga" name="response"> <label for="Amiga">Amiga</label></li>
				<li><input type="radio" value="BSD" id="BSD" name="response"> <label for="BSD">BSD</label></li>
				<li><input type="radio" value="BeOS" id="BeOS" name="response"> <label for="BeOS">BeOS</label></li>
				<li><input type="radio" value="GNU_HURD" id="GNU_HURD" name="response"> <label for="GNU_HURD">GNU_HURD</label></li>
				<li><input type="radio" value="GNU_Linux" id="GNU_Linux" name="response"> <label for="GNU_Linux">GNU_Linux</label></li>
				<li><input type="radio" value="MacOS" id="MacOS" name="response"> <label for="MacOS">MacOS</label></li>
				<li><input type="radio" value="Solaris" id="Solaris" name="response"> <label for="Solaris">Solaris</label></li>
				<li><input type="radio" value="Other" id="Other" name="response"> <label for="Other">Other</label></li>
			</ul>
			<input type="submit">
		</form>

    <p><a href="/cgi-bin/poll.pl?results" title="Poll Results">Poll Results</a></p>

		<hr title="[Footer]">
		<p id="footNav"><abbr title="World Wide Webbed Mike"><a href="/index.html">W3M</a></abbr> - <acronym title="Listing of Contents"><a href="/loc.html">LoC</a></acronym> - <a href="/search.html">Search</a></p>
    <address>Mike Burns &lt;<a href="mailto:mike@mike-burns.com">mike@mike-burns.com</a>&gt;</address>
	</body>
</html>
