mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-05-18 00:04:56 +02:00
14 lines
530 B
HTML
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;"><${header}></h3>
|
|
<p>${body}</p>
|
|
</div>`);
|
|
}
|
|
</script>
|
|
<script src="AutoRefManual.js" type="text/javascript"></script>
|
|
</head>
|
|
<body></body>
|
|
</html> |