mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-14 14:25:21 +01:00
20 lines
317 B
HTML
20 lines
317 B
HTML
<html>
|
|
<head><title>Minecraft Dynamic Map - Inactive</title></head>
|
|
<style>
|
|
body > div {
|
|
position:fixed;
|
|
top:50%;left:50%;margin:-.5em 0 0 -6.5em;
|
|
text-align: center;
|
|
}
|
|
h1 {
|
|
color:#c33;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div>
|
|
<h1>Map disabled due to inactivity.</h1>
|
|
<a href="./">Click here to go back</a>
|
|
</div>
|
|
</body>
|
|
</html>
|