1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<html> <head> <link rel="stylesheet" type="text/css" href="http://mjsoft.co/html/millennium/css/import2.css"/> <style> body {background:none;overflow:hidden} .main { position:relative;width:100%;height:100%; } </style> </head> <body>
<div class='main'> <ul> <img src="./img/buy/cs_close_server.png" alt="¼¹ö¹é¾÷"> </ul> </div>
</body> </html>
|