<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN”
“http://www.w3.org/TR/html4/strict.dtd”>
<html>
<head>
<META http-equiv="Content-Script-Type" content="text/javascript">
<title>Decision Helper, v1.0</title>
<LINK rel=“stylesheet” href=“styles.css" type=“text/css”>
<script type="text/javascript" src="scripts.js"></script>
</head>
<body>
<h3>Decision Helper</h3>
<form>
<input type="button" value="Start" onclick="start()">
</form>
</body>
</html>