added examples

This commit is contained in:
ocueye2 2024-08-30 00:14:05 +00:00
parent 85b44202f4
commit 28a9f2dda5
6 changed files with 43 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,4 @@
gitea
http://192.168.1.222:3002
Github like git server
background-color: darkgreen;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
proxmox
http://192.168.1.1:8006
https://192.168.1.20:8006/#v1:0:18:4:::::::
main vm server
background-image: url("https://www.hostelworld.com/blog/wp-content/uploads/2018/12/denali-1313x875.jpg")

View File

@ -8,14 +8,15 @@ grid-gap: .5vw;
}
body {
color: rgb(67, 95, 102);
background-color: rgb(67, 95, 102);
}
h1 {
background-color: rgb(37, 56, 55);
background-color: rgb(58, 69, 77);
color: #CCCCCC;
padding: 10px;
border-radius: 10px;
}
a {