18 lines
482 B
HTML
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>
|