add page, split header and footer

This commit is contained in:
KF7EEL
2021-01-02 15:00:08 -08:00
parent 26486e1215
commit a7325cb301
5 changed files with 53 additions and 48 deletions
+2 -24
View File
@@ -14,29 +14,7 @@ p {
</style>
</head>
<body>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="{{logo}}" alt="Logo" width="300" height="144" /></p>
<h1 style="text-align: center;">{{title}}</h1>
<hr />
<table style="margin-left: auto; margin-right: auto;" border="black" cellspacing="3" cellpadding="3">
<tbody>
<tr>
<td>
<button onclick="window.location.href='/';">
Dashboard
</button>
</td>
<td>
<button onclick="window.location.href='about';">
About Dashboard
</button>
</td>
</tr>
</tbody>
</table>
<hr />
{% include 'header.html' %}
{{description}}
<hr />
<div style="text-align: center;">Dashboard created by KF7EEL - <a href="https://github.com/kf7eel/hblink3">https://github.com/kf7eel/hblink3</a><br />HBLink created by N0MJS.<br /><a href="https://github.com/HBLink-org">HBLink GitHub page</a></div>
{% include 'footer.html' %}
</body>
</html>