Skip to content

Commit

Permalink
add mcstatus api
Browse files Browse the repository at this point in the history
  • Loading branch information
cobblesteve01 committed Jun 2, 2024
1 parent 8696442 commit 470bf90
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 391 deletions.
10 changes: 10 additions & 0 deletions home.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,14 @@ ul {
text-align: center;
transition: background-color 0.3s ease;
border-radius: 10px;
}

.status.online span {
color: green;
}
.status.offline span {
color: red;
}
.status.unknown span {
color: orange;
}
Loading

0 comments on commit 470bf90

Please sign in to comment.