index.html
来自「完整的主机服务器, (含代码).程序会监视联结到主机程序上的所有机器.可是设置开」· HTML 代码 · 共 22 行
HTML
22 行
<html>
<title>Welcome To The Longbow Registration Test Page</title>
<body>
<h3 align=center>User Authentication</h3>
<hr>
<b>Login</b>
<form method=post action=login.cgi>
<pre>Username:<input type=text name=username maxlength=30></pre>
<pre>Password:<input type=password name=password maxlength=30></pre>
<input type=submit value=Login>
</form>
<br><br>
<hr>
<b>Register</b>
<form method=post action=newuser.cgi>
<pre>Username :<input type=text name=newname maxlength=30></pre>
<pre>Password :<input type=password name=newpass maxlength=30></pre>
<pre>Password(again):<input type=password name=newpass2 maxlength=30></pre>
<input type=submit value=Register
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?