Improve customer default index.html file, fixes #1031

Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org>
This commit is contained in:
Andreas Burchert (scarya)
2012-02-27 20:18:32 +01:00
parent 5d60b25900
commit 4297ed3607

View File

@@ -1,69 +1,62 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
<head> <head>
<meta name="Publisher" content="Froxlor" /> <title>Froxlor Defaultpage</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex, nofollow">
<meta http-equiv="Content-Style-Type" content="text/css" /> <style type="text/css">
<title>Froxlor Defaultpage</title> body {
<style type="text/css"> font-family: Verdana, Helvetica, sans-serif;
body { font-size: 14px;
font-family: Verdana, Helvetica, sans-serif; text-align: center;
font-size: 14px; color: #fff;
text-align: center; margin: 0;
color: #fff; padding: 0;
margin: 0; background-color: #fff;
padding: 0; }
background-color: #fff; article {
} width: 500px;
.default { position: absolute;
width: 500px; top: 50%;
position: absolute; left: 50%;
top: 50%; min-height: 70px;
left: 50%; padding: 1em;
height: 70px; margin: -100px 0 0 -258px;
padding: 1em; background-color: #2d6b85;
margin: -100px 0 0 -258px; border: 1px solid #254f76;
background-color: #2d6b85; -moz-border-radius-bottomleft:20px;
border: 1px solid #254f76; -moz-border-radius-bottomright:20px;
-moz-border-radius-bottomleft:20px; -moz-border-radius-topleft:20px;
-moz-border-radius-bottomright:20px; -moz-border-radius-topright:20px;
-moz-border-radius-topleft:20px; }
-moz-border-radius-topright:20px; footer {
} width: 500px;
.default ul { list-style: none; padding: 0; margin: .75em; } position: absolute;
.default ul li { margin-bottom: 1em; } top: 70%;
.default ul li a { text-decoration: underline; font-weight: bold; color: #fff; } left: 50%;
.default ul li a:hover { text-decoration: none; font-weight: bold; color: #cccccc; } min-height: 25px;
.footer { padding: 1em;
width: 500px; margin: -100px 0 0 -258px;
position: absolute; color: #cccccc;
top: 70%; font-size: 12px;
left: 50%; }
height: 25px; footer a {
padding: 1em; text-decoration: underline;
margin: -100px 0 0 -258px; color: #cccccc;
color: #cccccc; }
font-size: 10pt; footer a:hover {
} color: #bbbbbb;
.footer ul { list-style: none; padding: 0; margin: 0; } }
.footer ul li a { text-decoration: none; color: #cccccc; } </style>
.footer ul li a:hover { text-decoration: none; color: #bbbbbb; } </head>
</style> <body>
</head> <article>
<p>There is no content on this domain yet.<br /><br />
<body> Please ask your provider for an access to your Froxlor login and remove the index.html in your domain's document root if you don't want to see this page.</p>
</article>
<div class="default"> <footer>
<ul> <p>This site was created using <a href="http://www.froxlor.org">Froxlor</a>.<br />
<li>This domain was created using <a href="http://www.froxlor.org">Froxlor</a>.</li> &copy; 2009-2012 by <a href="http://www.froxlor.org">the Froxlor Team</a>
<li>There is no content on this domain yet.</li> </p>
</ul> </footer>
</div> </body>
<div class="footer">
<ul><li>&copy; 2009-2012 by <a href="http://www.froxlor.org">the Froxlor Team</a></li></ul>
</div>
</body>
</html> </html>