43 lines
626 B
HTML
43 lines
626 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="refresh" content="0.1;url=about.aspx">
|
|
<title>关于</title>
|
|
<style type="text/css">
|
|
<!--
|
|
body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
p, div, td {
|
|
font-size: 14px;
|
|
}
|
|
p {
|
|
text-indent: 2pc;
|
|
line-height:20px;
|
|
margin-bottom:5px;
|
|
margin-top:0px;
|
|
}
|
|
#context {
|
|
width: 95%;
|
|
margin-top: 10px;
|
|
margin-right: auto;
|
|
margin-bottom: 10px;
|
|
margin-left: auto;
|
|
}
|
|
a
|
|
{
|
|
color:Black;
|
|
|
|
}
|
|
-->
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
window.location.href = "about.aspx";
|
|
</script>
|
|
</body>
|
|
</html>
|