Update info_template.html

This commit is contained in:
Waldek 2021-02-22 12:46:14 +01:00 committed by GitHub
parent c13f5f1da9
commit 1c406352d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>HBLink monitor - Info</title> <title>DMR Server monitor - Info</title>
<script type="text/javascript" src="scripts/hbmon.js"></script> <script type="text/javascript" src="scripts/hbmon.js"></script>
<link rel="stylesheet" type="text/css" href="css/styles.css" /> <link rel="stylesheet" type="text/css" href="css/styles.css" />
<style> <style>
@ -10,7 +10,7 @@
.button { <<<theme_color>>> } .button { <<<theme_color>>> }
.dropbtn { <<<theme_color>>> } .dropbtn { <<<theme_color>>> }
</style> </style>
<meta name="description" content="Copyright (c) 2016-21.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2021 (v20210106)" /> <meta name="description" content="Copyright (c) 2016-21.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2021 (v2021)" />
</head> </head>
<body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;"> <body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;">
<center><div style="width:1250px; text-align: center; margin-top:5px;"> <center><div style="width:1250px; text-align: center; margin-top:5px;">
@ -55,7 +55,7 @@
<p style="text-align: center;"><span style="text-align: center;"> <p style="text-align: center;"><span style="text-align: center;">
Copyright (c) 2016-2021<br>The Regents of the <a href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2021</a><br><br></span> Copyright (c) 2016-2021<br>The Regents of the <a href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2021</a><br><br></span>
<!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE --> <!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE -->
<!-- This is version of HBMonitor SP2ONG 2019-2021 (v20210106) --> <!-- This is version of HBMonitor SP2ONG 2019-2021 (v2021) -->
</p> </p>
</center> </center>
</body> </body>