Add map
This commit is contained in:
parent
438c123c8e
commit
261f27c5f6
3 changed files with 19 additions and 3 deletions
|
@ -2,3 +2,4 @@
|
|||
|
||||
## Open Source software used
|
||||
- [minestat](https://github.com/FragLand/minestat)
|
||||
- [Minecraft Overviewer](https://github.com/overviewer/Minecraft-Overviewer)
|
|
@ -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>
|
10
main.css
10
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%;
|
||||
|
|
Loading…
Reference in a new issue