Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6 from ST-DDT/patch-1
Browse files Browse the repository at this point in the history
Changed Inactive.html
  • Loading branch information
mikeprimm committed Apr 14, 2012
2 parents 960fe07 + 38bfb23 commit 6571b0d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions web/inactive.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<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;
div {
position:fixed;
top:40%;margin:-.5em 0 0 0;
width:100%;
text-align: center;
}
h1 {
color:#c33;
color:#c33;
}
</style>
<body>
Expand All @@ -16,4 +17,4 @@ <h1>Map disabled due to inactivity.</h1>
<a href="./">Click here to go back</a>
</div>
</body>
</html>
</html>

0 comments on commit 6571b0d

Please sign in to comment.