mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 13:41:13 +00:00
10 lines
183 B
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> |