9 lines
227 B
HTML
Raw Permalink Normal View History

2021-03-31 21:56:49 -04:00
<!DOCTYPE HTML>
<html lang="en">
<title>JavaScript Game Object Lab</title>
<script src="script.js"></script>
<body>
<p>View the program's output in the JavaScript console.</p>
</body>
</html>