1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Advanced Strategic Command: A turnbased strategy game</title>
</head>
<frameset cols="200,*" border="0">
<!-- <frame src="menu0.html" name="menu" frameborder="0"> -->
<frame src="menu0.html" name="menu" frameborder="0" >
<frame src="empty.html" name="main" frameborder="0" >
<noframes>
Your Browser does not support frames. For a version without frames, visit the <A HREF="http://www.asc-hq.org">online version</A> of the unitguide<p>
</noframes>
</frameset>
</html>
|