simple html page by me :D:
- Spoiler:
- Code:
<head>
</head>
<body>
<link rel="shortcut icon" href="Favicon link picture here">
<title>Forum name</title>
<style type="text/css">
body {
font-family: arial;
margin: 0;
background-image: url("http://i42.servimg.com/u/f42/17/02/23/97/90000010.png");
}
.container {
margin: 0 auto;
background: #900000;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
width: 700px;
text-align: center;
padding: 50px;
color: #ccc;
}
.header {
margin: 0 auto;
width: 700px;
background-image: url("http://2img.net/i/fa/logo/logo_en.png");
background-repeat: no-repeat;
background-position: bottom;
padding-top: 120px;
}
img {
border: none;
}
a:link {
text-decoration: none;
color: #ccc;
}
a:visited {
text-decoration: none;
color: #ccc;
}
a:hover {
text-decoration: none;
color: #ccc;
}
a:active {
text-decoration: none;
color: #ccc;
}
li {
display:inline;
}
.footer {
text-align: center;
font-family: CENTURY GOTHIC, arial;
font-size: 14px;
color: #ccc;
width: 500px;
margin: 0 auto;
margin-top: 15px;
}
</style>
<div class="header"></div>
<div class="container">
<a href="Your forum link here" target="_blank"><h1>ENTER HERE</h1></a>
<h4>MORE TEXT HERE MORE TEXT HERE MORE TEXT HERE </h4>
</div>
<div class="footer">Powered by <a href="http://www.forumotion.com/" target="_blank">Forumotion</a> | Design by <a href="http://supporter.forumotion.com/" target="_blank">FT Supporter</a></div>
</body>
</html>