assignment a2

This commit is contained in:
Joey Eamigh
2024-10-10 13:21:51 -04:00
parent 52202eeb6f
commit f455c13731
16 changed files with 1774 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>24-10-10 in class</title>
<link rel="stylesheet" href="css/index.css" />
</head>
<body>
<main>
<div></div>
<div></div>
<div></div>
<section>
<div></div>
<div></div>
<div></div>
</section>
</main>
</body>
</html>