Files
cs2440/5min/day21/index.html
T
2025-05-01 14:37:08 -06:00

13 lines
222 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Day 21</title>
<link rel="stylesheet" href="styles.css">
<script src="script.js"></script>
</head>
<body>
<h2>Hello cruel world!</h2>
</body>
</html>