📄 login.asp
字号:
<%@ language="vbscript"%>
<%response.Expires = 0%>
<!--#include file="conn.asp"-->
<html>
<head>
<title>雨点赌大小游戏</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="description" content="免费赌大小游戏程序,游戏简单,代码简洁易改!">
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="top.asp"-->
<form name="form1" method="post" action="CheckLogin.asp">
<table width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="B8DE93">
<tr bgcolor="#5CB42E">
<td height="24" colspan="2"><div align="center">
<p align="center"><strong><font color="#FFFFFF">用 户 登 录</font></strong></p>
</div></td>
</tr>
<tr bgcolor="#EBF5E0">
<td width="41%" height="24"><div align="right">用户名:</div></td>
<td width="59%"><input name="username" type="text" class="input" id="username2">
(用户名admin) </td>
</tr>
<tr bgcolor="#EBF5E0">
<td height="24" bgcolor="#EBF5E0"><div align="right">密 码:</div></td>
<td><input name="password" type="password" class="input" id="password" maxlength="20">
(密码123456) </td>
</tr>
<tr bgcolor="#EBF5E0">
<td height="30" colspan="2"><div align="center">
<input name="Submit" type="submit" class="button" value="登录">
<input type="button" name="Submit2" value="注册新用户" class="button" onClick="location.href='QuickReg.asp'">
</div></td>
</tr>
</table>
</form>
<!--#include file="bottom.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -