This commit is contained in:
KF7EEL 2021-01-01 14:46:42 -08:00
parent af4b3f4897
commit e4ec84b27f
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,6 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="refresh" content="120" >
<title>{{title}}</title> <title>{{title}}</title>
<style> <style>
body {background-color: D3D3D3;} body {background-color: D3D3D3;}
@ -27,7 +26,7 @@ p {
</button> </button>
</td> </td>
<td> <td>
<button onclick="window.location.href=about';"> <button onclick="window.location.href='about';">
About Dashboard About Dashboard
</button> </button>
</td> </td>

View File

@ -27,7 +27,7 @@ p {
</button> </button>
</td> </td>
<td> <td>
<button onclick="window.location.href=about';"> <button onclick="window.location.href='about';">
About Dashboard About Dashboard
</button> </button>
</td> </td>