18 lines
391 B
HTML
Raw Normal View History

<!DOCTYPE html>
<!--
Nicola Clark
30MAR25
-->
<html lang="en">
<head>
<title>WEB124 &dash; Project 3 &dash; Nicola Clark</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>WEB124 Project 3</h1>
<h2>Nicola Clark</h2>
<script src="project3.js"></script>
</body>
</html>