⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 registersuccess.html

📁 用asp编写的登陆注册系统
💻 HTML
字号:

<html>
<head>
<title>注册成功</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.STYLE1 {
	color: #FFFFFF;
	font-weight: bold;
}
.STYLE2 {color: #FFFFFF}
a:link {
	color: #FFFFFF;
}
body,td,th {
	font-size: 12px;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
-->
</style>
</head>

<body>

<table width="580" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width=5></td>
    <td width="575" align="center" valign=top>
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td> <div align="center">
              <br><br>
			  <table width='300' border='0' align='center' cellpadding='2' cellspacing='0' background="image/2.png">
			  	<tr><td align='center' height='22'><span class="STYLE1">成功注册用户!</span></td>
			  	</tr>
			  	<tr><td align='left' height='100'><div align="center"><br>                    
			  	        <span class="STYLE2">欢迎您的加入!!!
		  	          </span>
			  	  </div>
			  	  <p align='center'> <span class="STYLE2">&lt;&lt; <a href="Login.html">登录</a> &gt;&gt; </span><br>
              </p></td></tr></table>
              <br>
              <br>
            </div></td>
        </tr>
      </table> 
      
    </td>
  </tr>
</table>

</body>
</html>

<script language=javascript ></script>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -