20 lines
262 B
HTML
20 lines
262 B
HTML
|
|
<HTML>
|
||
|
|
<style type="text/css">
|
||
|
|
<!--
|
||
|
|
body {
|
||
|
|
border:none;
|
||
|
|
background-color:#8DC7F1;
|
||
|
|
font-family:宋体;
|
||
|
|
font-size:12px;
|
||
|
|
}
|
||
|
|
div {
|
||
|
|
font-family:宋体;
|
||
|
|
font-size:13px;
|
||
|
|
}
|
||
|
|
-->
|
||
|
|
</style>
|
||
|
|
<BODY width='100%' height='100%'>
|
||
|
|
<div align="center">
|
||
|
|
</div>
|
||
|
|
</BODY>
|
||
|
|
</HTML>
|