This commit is contained in:
Jannis Portmann 2021-02-03 12:49:46 +01:00
parent 438c123c8e
commit 261f27c5f6
3 changed files with 19 additions and 3 deletions

View file

@ -1,4 +1,5 @@
# Minecraft-server status
## Open Source software used
- [minestat](https://github.com/FragLand/minestat)
- [minestat](https://github.com/FragLand/minestat)
- [Minecraft Overviewer](https://github.com/overviewer/Minecraft-Overviewer)

View file

@ -21,5 +21,10 @@
echo("<h2 class='offline status'>offline</h2>");
}
?>
<div class="map-container">
<iframe src="map" class="iframe-map"></iframe>
</div>
</body>
</html>
</html>

View file

@ -29,6 +29,16 @@ h3 {
background-color: rgb(248, 48, 88);
}
.map-container {
width: 100%;
height: 30pc;
}
.iframe-map {
width: 100%;
height: 30pc;
}
@media only screen and (max-width: 1000px) {
body {
width: 80%;
@ -45,4 +55,4 @@ h3 {
p {
font-size: 3pc;
}
}
}