Initial commit.
This commit is contained in:
commit
89a1fb1e8e
4 changed files with 24 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.idea/
|
||||
*.iml
|
||||
2
Makefile
Normal file
2
Makefile
Normal 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
20
index.html
Normal 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
BIN
linspector.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 79 KiB |
Loading…
Add table
Add a link
Reference in a new issue