P2B-WEB-2026_2025/block-01/week-02-html_and_the_dom/demo/bylaw-182.html
2026-07-02 19:45:41 +02:00

18 lines
482 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>ICC By-law 182.32</title>
</head>
<body>
<h1>ICC By-law 182.32</h1>
<p>
<em
>All personnel must be cleared for deep-space operations before being
assigned to any vessel or station beyond the Sol system.</em
>
</p>
</body>
</html>