29 lines
953 B
Plaintext
29 lines
953 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy for HTML5 for Apple macOS version 5.8.0">
|
|
<title>JMRI: ... Title ...</title>
|
|
<meta name="author" content="YOUR NAME HERE">
|
|
<meta name="keywords" content="JMRI SOME KEYWORDS">
|
|
<!-- make these specific, always include JMRI -->
|
|
<!--#include virtual="/help/en/parts/Style.shtml" -->
|
|
</head>
|
|
<body>
|
|
<!--#include virtual="/help/en/parts/Header.shtml" -->
|
|
|
|
<div id="mBody">
|
|
<!--#include virtual="Sidebar.shtml" -->
|
|
|
|
<div id="mainContent">
|
|
<h1>JMRI: Page Title???</h1>
|
|
Content???? This file shows the top and bottom matter for a page <strong>with a side menu
|
|
bar</strong> (on the web), which comes from the "Sidebar" file in the same directory.
|
|
<!--#include virtual="/help/en/parts/Footer.shtml" -->
|
|
</div>
|
|
<!-- closes #mainContent-->
|
|
</div>
|
|
<!-- closes #mBody-->
|
|
<script src="/js/help.js"></script>
|
|
</body>
|
|
</html>
|