⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 top.asp

📁 超简单的下载系统
💻 ASP
字号:
<%
if session("admin")<>"ah" then
response.write "对不起!你的权限不够.<a href='login.asp'>请登录</a>后再操作"
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>后台管理</title>
<base target="footnotes">
</head>

<body bgcolor="#008080" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">

<p align="center"> </p>
<p align="center"><font face="Arial Black" size="6"><b>Hello Admin</b></font></p>
<p align="center"><font face="楷体_GB2312" size="5"><b>欢迎进入后台管理</b></font></p>
<p align="center"> </p>
<center>
<table cellSpacing="0" cellPadding="0" width="250" border="0" height="91">
  <tbody>
    <tr>
      <td width="100%" height="14"><b><font size="2" color="#FFFFFF">请保留以下版权信息:</font></b></td>
    </tr>
    <tr>
      <td width="100%" height="17"><font size="2" color="#FFFFFF">程序设计:AH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></td>
    </tr>
    <tr>
      <td width="100%" height="15"><font size="2" color="#FFFFFF">QQ:65994964</font></td>
    </tr>
    <tr>
      <td width="100%" height="15"><font size="2" color="#FFFFFF">Email:scanminer@163.com</font></td>
    </tr>
    <tr>
      <td width="100%" height="15"><font size="2" color="#FFFFFF">作者主页: <a href="Http://Www.Miner.Cn">Http://Www.Miner.Cn</a></font></td>
    </tr>
    <tr>
      <td width="100%" height="15"><font size="2" color="#FFFFFF">如需开发商业程序请联系作者!</font></td>
    </tr>
  </tbody>
</table>
</center>
<p align="center"> </p>

</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -