Inserting credits

This commit is contained in:
dg9vh 2017-01-08 22:18:36 +00:00
parent 61bb7a5d27
commit 16ef417e01
3 changed files with 37 additions and 2 deletions

35
credits.php Normal file
View file

@ -0,0 +1,35 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<!-- Das neueste kompilierte und minimierte CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Optionales Theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<!-- Das neueste kompilierte und minimierte JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<title>MMDVM-Dashboard by DG9VH - Credits</title>
</head>
<body>
<div class="page-header">
<h1><small>MMDVM-Dashboard by DG9VH</small> Credits</h1>
<p>I think, after all the time this dashboard is developed mainly by myself, it is time to say "Thank you" to all those, wo delivered some ideas or code into this project.</p>
<p>This are explicit named following persons:</p>
<ul>
<li>df2et</li>
<li>dg1tal</li>
<li>ayasystems</li>
<li>on3yh</li>
<li>g0wfv</li>
<li>dg0cco</li>
<li>sa7bnt</li>
<li>and some others...</li>
</ul>
<p>Those, who felt forgotten, feel free to comit a change into github of this file.</p>
<p>Many thanks to you all!</p>
<p>Best 73, Kim, DG9VH</p>
</div>
</body>
</html>

View file

@ -135,7 +135,7 @@ if (!isset($_GET['stoprefresh'])) {
echo '<a href=".">start refreshing</a>';
}
?>
| get your own at: <a href="https://github.com/dg9vh/MMDVMHost-Dashboard">https://github.com/dg9vh/MMDVMHost-Dashboard</a>
| get your own at: <a href="https://github.com/dg9vh/MMDVMHost-Dashboard">https://github.com/dg9vh/MMDVMHost-Dashboard</a> | <a href="credits.php">Credits</a>
</div>
<noscript>
For full functionality of this site it is necessary to enable JavaScript.

View file

@ -1,3 +1,3 @@
<?php
define("VERSION", "20161123-2");
define("VERSION", "20170108-1");
?>