📄 right.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="error.asp"-->
<%
'johnson code
user=session("user")
pwd=session("pwd")
chkuser user,pwd
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css">
<title></title>
<base target="_self">
</head>
<body bgcolor="#FEFBF1" background="images/sky2.gif">
<div align="center">
<p> </p>
<p> </p>
<p> </p>
<p><a><font color="#0099FF" size="5"><strong>欢迎进入网站管理系统</strong></font> </a></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<BR>
<BR><BR>
</div>
<table width="100%" border="0" cellpadding="5">
<tr align="middle">
<td colspan="3" height="40"><div align="center"></div></td>
</tr>
<tr>
<td width="20%"> </td>
<td width="62%" align="middle"> <div align="center">版权所有 2005 Copyright Lex.Shi</div></td>
<td width="18%"> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -