Files
school_archives/OSU Coursework/CS 290 - Intro to Web Development/Week 5/index.html

10 lines
183 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CS 290 DOM Assignment - Week 5</title>
</head>
<body>
<script src="script.js"></script>
</body>
</html>