7e47ce238b
添加了管理后台所需的图片资源、Excel文件、安装程序以及设计相关的图片文件
16 lines
581 B
HTML
16 lines
581 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=utf-8" />
|
|
<title>无标题文档</title>
|
|
</head>
|
|
|
|
<body>
|
|
<img src="mb1.jpg" width="450" height="335" border="0" usemap="#Map" />
|
|
<map name="Map" id="Map">
|
|
<area shape="rect" coords="323,65,413,304" href="#" />
|
|
<area shape="rect" coords="49,65,139,304" href="#" />
|
|
<area shape="rect" coords="146,138,316,304" href="#" />
|
|
</map>
|
|
</body>
|
|
</html> |