xxxxxxxxxx
18
<html>
<head>
<title>Choose Your Own Adventure</title>
</head>
<body>
<h1>Choose Your Own Adventure</h1>
<p>
Welcome to MMP 100. You can choose if you would like to be an animator,
designer, programmer or illustrator.
</p>
<p>Choose wisely!</p>
<p>I want to be an <a href="pages/animator.html">animator</a>.</p>
<p>I want to be an <a href="pages/designer.html">designer</a>.</p>
<img src="images/self.jpg" alt="Selfportrait">
</body>
</html>