MMDVMHost-Dashboard/credits.php

38 lines
1.5 KiB
PHP
Raw Normal View History

2017-01-08 23:18:36 +01:00
<!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>
2017-01-09 21:05:39 +01:00
</div>
<div class="container">
2017-01-08 23:18:36 +01:00
<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>
2017-01-10 15:04:51 +01:00
<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>
2017-01-08 23:18:36 +01:00
</ul>
2017-01-10 15:04:51 +01:00
<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>
2017-01-08 23:18:36 +01:00
</div>
</body>
</html>