New Default Page
This commit is contained in:
@@ -1,61 +1,63 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Froxlor Defaultpage</title>
|
||||
<title>Froxlor Domain Default Page</title>
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: Verdana, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
font:12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
|
||||
background-color:#f2f2f2;
|
||||
color:#333;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
article {
|
||||
width: 500px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
|
||||
margin-top:20%;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
margin-bottom:12px;
|
||||
width:500px;
|
||||
min-height: 70px;
|
||||
padding: 1em;
|
||||
margin: -100px 0 0 -258px;
|
||||
background-color: #2d6b85;
|
||||
border: 1px solid #254f76;
|
||||
-moz-border-radius:20px;
|
||||
-webkit-border-radius:20px;
|
||||
border-radius:20px;
|
||||
background-color:#fff;
|
||||
border-radius: 5px 5px 5px 5px !important;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
|
||||
text-align: center;
|
||||
}
|
||||
footer {
|
||||
width: 500px;
|
||||
position: absolute;
|
||||
top: 70%;
|
||||
left: 50%;
|
||||
min-height: 25px;
|
||||
padding: 1em;
|
||||
margin: -100px 0 0 -258px;
|
||||
color: #cccccc;
|
||||
font-size: 12px;
|
||||
footer {
|
||||
text-align:center;
|
||||
color:rgb(136, 136, 136);
|
||||
font-size:10px !important;
|
||||
margin-top:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
footer a {
|
||||
text-decoration: underline;
|
||||
color: #cccccc;
|
||||
footer a,footer a:active,footer a:visited {
|
||||
text-decoration:none;
|
||||
color:rgb(136, 136, 136);
|
||||
}
|
||||
footer a:hover {
|
||||
color: #bbbbbb;
|
||||
text-decoration:underline;
|
||||
}
|
||||
a,a:active,a:visited {
|
||||
color:#176fa1;
|
||||
text-decoration:none;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<article>
|
||||
<p>There is no content on this domain yet.<br /><br />
|
||||
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>
|
||||
<h1>Domain Default Page</h1>
|
||||
<p>This page was generated by <a href="http://www.froxlor.org">Froxlor Server Management Panel</a>.<br /> If you see this page, it means that there is no content on this domain yet.</p>
|
||||
<p>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>
|
||||
<footer>
|
||||
<p>This site was created using <a href="http://www.froxlor.org">Froxlor</a>.<br />
|
||||
<span>
|
||||
© 2009-2013 by <a href="http://www.froxlor.org">the Froxlor Team</a>
|
||||
</p>
|
||||
</span>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user