add page, split header and footer
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<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='help';">
|
||||
Help
|
||||
</button>
|
||||
</td>
|
||||
<td>
|
||||
<button onclick="window.location.href='about';">
|
||||
About Dashboard
|
||||
</button>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<hr />
|
||||
Reference in New Issue
Block a user