admin_top.asp
上传用户:saigedz
上传日期:2019-10-14
资源大小:997k
文件大小:1k
- <%@ CODEPAGE=65001 %>
- <!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" xml:lang="<%=ZC_BLOG_LANGUAGE%>" lang="<%=ZC_BLOG_LANGUAGE%>">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta http-equiv="Content-Language" content="<%=ZC_BLOG_LANGUAGE%>" />
- <link rel="stylesheet" rev="stylesheet" href="../CSS/admin.css" type="text/css" media="screen" />
- <style>
- body{
- margin:0;
- padding:0;
- background-color:#F0F6FC;
- background:url("../image/common/topbacking2.gif") repeat-x 0 0px;
- }
- </style>
- </head>
- <body><img src="../IMAGE/common/zbloglogo.gif" width="200" height="80" border="0" alt="logo" usemap="#rslogo" /><map name="rslogo"><area shape="rect" coords="10, 10, 180, 70" title="访问Z-Blog主页" href="http://www.rainbowsoft.org/" target="_blank" alt="访问Z-Blog主页" /></map></body>
- </html>