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

10 lines
190 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>title</title>
</head>
<body>
<script src="javascript_objects.js"></script>
</body>
</html>