admin_top.asp
上传用户:saigedz
上传日期:2019-10-14
资源大小:997k
文件大小:1k
源码类别:

中间件编程

开发平台:

HTML/CSS

  1. <%@ CODEPAGE=65001 %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%=ZC_BLOG_LANGUAGE%>" lang="<%=ZC_BLOG_LANGUAGE%>">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta http-equiv="Content-Language" content="<%=ZC_BLOG_LANGUAGE%>" />
  7. <link rel="stylesheet" rev="stylesheet" href="../CSS/admin.css" type="text/css" media="screen" />
  8. <style>
  9. body{
  10. margin:0;
  11. padding:0;
  12. background-color:#F0F6FC;
  13. background:url("../image/common/topbacking2.gif") repeat-x 0  0px;
  14. }
  15. </style>
  16. </head>
  17. <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>
  18. </html>