📄 index1.asp
字号:
<!--#include file="users.asp" -->
<%
if session("user")="" then
Response.Redirect "index.asp"
response.end
end if%>
<html>
<head>
<base target="right">
<LINK rel="stylesheet" type="text/css" href="style.css">
</head>
<body bgcolor="#0066FF">
<table border=0 width=98% cellspacing="1" cellpadding="1" align="center">
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><font style="line-height:150%">
◇<a href="index2.asp" target="right" title="直接添加下载地址等信息">添加软件</a></font></td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><font style="line-height:150%">
◇<a target="right" title="服务器信息" href="ASP.asp">服务器信息</a></font></td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><font style="line-height:150%">◇<a href="http://www.gy16.com" target="_blank">返回首页</a></font></td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><font style="line-height:150%">◇<a href="logout.asp" target=_top>退出系统</a></font></td>
</tr>
</table>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -