📄 main.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="cook.asp"-->
<!--#include file="info.asp"-->
<%
call htmltop()
%>
<table width="700" height="400" border="0" align="center" cellpadding="0" cellspacing="0" class="TdStyle">
<tr>
<td align="center" bgcolor="#FFFFFF"><br>
<table width="500" border="0" cellpadding="5" cellspacing="1" bgcolor="#C0C0C0">
<tr bgcolor="#FFFFFF">
<td height="25" align="center">欢迎“<%=session("admin")%>”进入《<%=webtitle%>》网站管理系统!!!</td>
</tr>
</table><br></td>
</tr>
</table>
<%
call htmlend
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -