Initial commit.

This commit is contained in:
Johannes Findeisen 2022-09-30 22:46:46 +02:00
commit 89a1fb1e8e
4 changed files with 24 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.idea/
*.iml

2
Makefile Normal file
View file

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

20
index.html Normal file
View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html style="background:#000;">
<head>
<title>Linspector System Monitoring</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="robots" content="index,follow,noarchive">
<meta name="author" content="Johannes Findeisen">
<meta name="keywords" content="johannes,findeisen">
</head>
<body>
<div>
<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>
</div>
</body>
</html>

BIN
linspector.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB