Link to project page updated

This commit is contained in:
Johannes Findeisen 2023-07-15 23:59:32 +02:00
commit b48aa6be21
2 changed files with 16 additions and 5 deletions

View file

@ -3,6 +3,7 @@
<head>
<title>Linspector System Monitoring</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!--<meta http-equiv="refresh" content="5; url='https://hanez.org/project/linspector/'" />-->
<meta name="robots" content="index,follow,noarchive">
<meta name="author" content="Johannes Findeisen">
<meta name="keywords" content="johannes,findeisen">
@ -12,9 +13,19 @@
<img src="/linspector.png" style="margin-left:auto; margin-right:auto; display:block;" />
</div>
<div style="color:#fff;text-align:center;">
<p><a href="https://git.unixpeople.org/linspector/">Git repositories</a> -
<a href="https://github.com/linspector/">GitHub mirror</a> -
<a href="https://hanez.org/linspector/">Current project page</a></p>
<p><a href="https://github.com/linspector/linspector">Current project page</a></p>
</div>
<script>
var _paq = window._paq = window._paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://mtm.xw3.org/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '5']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
</body>
</html>
</html>