Files
comp126/practices/24-10-29/index.html
2024-11-11 23:03:20 -05:00

14 lines
292 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>In-Class 24-10-29</title>
<link rel="stylesheet" href="./css/index.css" />
</head>
<body>
<div></div>
</body>
</html>