diff --git a/README.md b/README.md index 4290928..61bacf2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Minecraft-server status ## Open Source software used -- [minestat](https://github.com/FragLand/minestat) \ No newline at end of file +- [minestat](https://github.com/FragLand/minestat) +- [Minecraft Overviewer](https://github.com/overviewer/Minecraft-Overviewer) \ No newline at end of file diff --git a/index.php b/index.php index 9d36550..104c2f0 100644 --- a/index.php +++ b/index.php @@ -21,5 +21,10 @@ echo("

offline

"); } ?> + +
+ +
+ - \ No newline at end of file + diff --git a/main.css b/main.css index 48bbd9b..b46724d 100644 --- a/main.css +++ b/main.css @@ -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; } -} \ No newline at end of file +}