add about

This commit is contained in:
KF7EEL 2021-01-01 14:37:15 -08:00
parent 05c5cae519
commit ce80103592
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="120" >
<title>{{title}}</title>
<style>
body {background-color: D3D3D3;}
h1 {color: green;}
p {
padding: 10px;
margin: 20px;
}
</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;">
<tbody>
<tr>
<td>
<h2><a href="/">Dashboard</a></h2>
</td>
<td>
<h2><a href="about">About Dashboard</a></h2>
</td>
</tr>
</tbody>
</table>
<hr />
This is a dashboard for the HBLink3 GPS/Data project, found at <a href="https://github.com/kf7eel/hblink3">https://github.com/kf7eel/hblink3</a>.
</body>
</html>