Files
OpenRA/web/index.html
2010-01-19 19:32:38 +13:00

32 lines
864 B
HTML

<html>
<head>
<title>OpenRA</title>
<style>
body { background-color: black; margin: 0px }
div#main { width: 1024px;
height:768px;
background-image: url("openra.png");
margin: 0px auto;
text-align: center }
div#links { text-align: left; padding-top: 585px }
a { display: inline-block;
width: 140px;
height: 45px;
border-bottom: 4px solid black }
a:hover { border-bottom: 4px solid red }
a#download { margin-left: 222px }
a#contrib { margin-left: 108px }
a#discuss { margin-left: 108px }
</style>
</head>
<body>
<div id="main">
<div id="links">
<a id="download" href="http://github.com/chrisforbes/OpenRA/downloads"></a>
<a id="contrib" href="http://github.com/chrisforbes/OpenRA"></a>
<a id="discuss" href="irc://irc.freenode.org/openra"></a>
</div>
</div>
</body>
</html>