46 lines
623 B
HTML
46 lines
623 B
HTML
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<style>
|
|
body {
|
|
max-width: 1000px;
|
|
}
|
|
h2 {
|
|
margin-top: 20px;
|
|
margin-bottom: 0;
|
|
border-bottom: solid 1px black;
|
|
}
|
|
h3 {
|
|
margin-top: 10px;
|
|
margin-bottom: 0;
|
|
padding-left: 20px;
|
|
}
|
|
h4 {
|
|
padding-left: 30px;
|
|
margin: 0;
|
|
}
|
|
.not-documented::after {
|
|
content: "(not documented)";
|
|
font-size: small;
|
|
font-style: italic;
|
|
color: red;
|
|
}
|
|
a {
|
|
color: black;
|
|
text-decoration: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<h1>Module Overview</h1>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|