1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-05-18 00:04:56 +02:00
CommandStation-EX/Release_Notes/AutoRefManual.html
Asbelos 9bda665ad4 sample doc extract and
and validations
2025-04-07 19:38:57 +01:00

14 lines
530 B
HTML

<html>
<head>
<script lang="javascript">
function ZZ(header, body) {
document.write( `<div class="html-block">
<h2 style="font-family: monospace;">&lt;${header}&gt;</h3>
<p>${body}</p>
</div>`);
}
</script>
<script src="AutoRefManual.js" type="text/javascript"></script>
</head>
<body></body>
</html>