www.gusucode.com > 梦想草根大联盟广告模块 build码程序 > dreamasp_unmaster/top.asp

    <!--
梦想草跟大联盟 联盟模块
欢迎加入梦想草根大联盟 http://www.dreamasp.cn
我们将致力于为草根站长服务 给草根站长创收 让草根站长能够在这片空间中继续生存 发展
有你的加入 我们会更精彩 感谢您使用我们的程序
--><%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
if not session("check")="checked" then
response.Redirect "login.asp"
else
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<TITLE>头文件--黑闪网络管理系统</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK href="images/css_top.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.3790.4275" name=GENERATOR></HEAD>
<BODY>
<DIV class=topnav>
<DIV class=sitenav>
<DIV class=welcome>你好,欢迎使用 梦想草根大联盟功能模块<br>
<a href="http://www.hscms.net.cn/bbs/" target="_blank" title="获得黑闪网络免费的技术支持">获得技术支持</a></DIV></DIV></DIV>
</BODY></HTML>
<%
end if
%>