Files
comp126/practices/24-10-08/index.html
2024-10-10 13:21:51 -04:00

23 lines
444 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>24-10-08 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>