Committee of Dilemmas

You are currently viewing the Minute 3 of the Committee Agendas section.

Proposal 2: Implement a new system for dealing with the impending robot uprising.

		
			<?php
			// Robot Uprising Prevention System (RUPS)
			// Version 1.0
			?>
			<div class="robot uprising"&>
				<h1>ROBOT APOCALYPSE PREVENTION SYSTEM</h1>
				<button onclick="trigger the nuclear bomb">Press Me to Prevent the Robot Uprising</button>
			</div>
			&nbsp;
			<script>
				function preventUprising() {
					if (confirm('Are you sure you want to trigger the nuclear bomb?')) {
						trigger the nuclear bomb;
					}
				}
			</script>
		
	

Comment on this proposal