Initial commit
This commit is contained in:
20
Creative/dynmap/web/inactive.html
Normal file
20
Creative/dynmap/web/inactive.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<html>
|
||||
<head><title>Minecraft Dynamic Map - Inactive</title></head>
|
||||
<style>
|
||||
div {
|
||||
position:fixed;
|
||||
top:40%;margin:-.5em 0 0 0;
|
||||
width:100%;
|
||||
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>
|
||||
Reference in New Issue
Block a user