📄 foot.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="checklogin.asp"-->
<%
Set rs = nothing
Conn.Close
Set Conn = nothing
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><% = SiteTitle %>|后台管理系统</title>
<style type="text/css" media="Screen">
/*\*/@import url("../css/layout-1-master.css");/**/
</style>
</head>
<body>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -