quick & dirty web
This commit is contained in:
BIN
web/favicon.ico
Normal file
BIN
web/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 264 KiB |
31
web/index.html
Normal file
31
web/index.html
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
<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>
|
||||||
BIN
web/openra.png
Normal file
BIN
web/openra.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 391 KiB |
Reference in New Issue
Block a user