login.sht
来自「一种实时操作系统」· SHT 代码 · 共 16 行
SHT
16 行
##header##
<form method="post" action="dologin.cgi">
<p><b>Hint: The userid and password can be found in TCP.CFG and on the console</b></p>
<table bgcolor="#C0C0C0" border=0 >
<tr><td>Userid:</td>
<td><input type="TEXT" name="Userid"></td></tr>
<tr><td>Password:</td>
<td><input type="TEXT" name="Password"></td></tr>
</table>
<br><br>
<input type="submit" value="Login" >
</form>
##tail##
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?