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

@ -1,2 +1,2 @@
all: all:
rsync -avr --exclude=Makefile --exclude=.idea --exclude="*.iml" --delete-excluded ./ linspector.org:/var/www/linspector.org/www/htdocs/ rsync -avr --exclude=Makefile --exclude=.git --exclude=.gitignore --exclude=.idea --exclude="*.iml" --delete-excluded ./ linspector.org:/var/www/linspector.org/www/htdocs/

View file

@ -3,6 +3,7 @@
<head> <head>
<title>Linspector System Monitoring</title> <title>Linspector System Monitoring</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"> <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="robots" content="index,follow,noarchive">
<meta name="author" content="Johannes Findeisen"> <meta name="author" content="Johannes Findeisen">
<meta name="keywords" 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;" /> <img src="/linspector.png" style="margin-left:auto; margin-right:auto; display:block;" />
</div> </div>
<div style="color:#fff;text-align:center;"> <div style="color:#fff;text-align:center;">
<p><a href="https://git.unixpeople.org/linspector/">Git repositories</a> - <p><a href="https://github.com/linspector/linspector">Current project page</a></p>
<a href="https://github.com/linspector/">GitHub mirror</a> -
<a href="https://hanez.org/linspector/">Current project page</a></p>
</div> </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> </body>
</html> </html>