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

📄 login.form.inc.php

📁 A website for keeping track of wishes for your character in WoW Users are able to make a user accoun
💻 PHP
字号:
<form action="login.php" method="post">
	<?php $s_inc_redirect = htmlentities($redirect); ?>
	<input type="hidden" name="redirect" value="<?php echo $s_inc_redirect; ?>">
	Username: <input type="text" name="username"><br />
	Password: <input type="password" name="password"><br />
	Remember me with a delicious cookie?:<input type="checkbox" name="cookie" value="yes"><br />
	<br />
	<input type="submit" name="submit" value="Login">
</form>

⌨️ 快捷键说明

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