24 lines
875 B
HTML
24 lines
875 B
HTML
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|||
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|||
|
|
<head>
|
|||
|
|
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
|
|||
|
|
<title></title>
|
|||
|
|
<link rel="stylesheet" href="css/cui.css" />
|
|||
|
|
<link rel="stylesheet" href="css/comm.css" />
|
|||
|
|
<link rel="stylesheet" href="css/game/style.css" />
|
|||
|
|
<link rel="stylesheet" href="css/zx/style.css" />
|
|||
|
|
<link rel="stylesheet" href="css/gl/style.css" />
|
|||
|
|
<link rel="stylesheet" href="edit.css" />
|
|||
|
|
<script type="text/javascript" src="js/jquery.js"></script>
|
|||
|
|
<script type="text/javascript" src="js/comm.js"></script>
|
|||
|
|
<script type="text/javascript" src="js/tab.js"></script>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<div id="wp">
|
|||
|
|
<!--INCLUDE:/head/head.html-->
|
|||
|
|
<div id="bd" style="width:100%"> <!--<EFBFBD><EFBFBD><EFBFBD>忪ʼ-->
|
|||
|
|
<%content%>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</body>
|
|||
|
|
</html>
|