ConHead.asp
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:1k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <%
  2. '***************ASPSecurity 后台管理顶部*****************
  3. ' Thanks PuterJam's PJBlog2
  4. ' Copyleft 2006
  5. ' Create:2006-1-14
  6. ' Update:2006-1-14
  7. '********************************************************
  8. %>
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html>
  11. <head>
  12. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  13. <link rel="stylesheet" rev="stylesheet" href="inc/control.css" type="text/css" media="all" />
  14. </head>
  15. <body class="headbody">
  16.  <div class="headmain">
  17.    <div style="height:70px;background:url('images/adminHead.jpg') no-repeat;">
  18.    <div style="padding-top:53px;padding-left:70px;font-size:11px;font-family:verdana;font-weight:bold;color:#fff;">掌上校园-仿帝国系统,wap.cnscu.cn强作作品!</div>
  19.    </div>
  20.  </div>
  21. </body>
  22. </html>