Files
OpenRA/web/index.html
2010-05-03 19:54:34 +12:00

31 lines
1.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<title>OpenRA</title>
<link rel="Stylesheet" type="text/css" href="openra.css" />
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="ie7.css">
<![endif]-->
</head>
<body>
<div id="main">
<div id="header">
<h1><img src="soviet-logo.png" alt="Logo" style="vertical-align: middle; margin: -30px 0px" />OpenRA</h1>
</div>
<div id="menu" style="margin-top: 10px; margin-left: auto; width: 90%">
<span class="links"><a href="index.html">Home</a></span>
<span class="links">Screenshots & Footage</span>
<span class="links">Download</span>
<span class="links">Stats</span>
<span class="links">Get Involved</span>
<span class="links"><a href="irc://irc.freenode.net/#openra">IRC</a></span>
</div>
<div id="content">
</div>
</div>
</body>
</html>