Skip to content

Instantly share code, notes, and snippets.

@sioncojp
Created May 8, 2013 06:42
Show Gist options
  • Select an option

  • Save sioncojp/5538671 to your computer and use it in GitHub Desktop.

Select an option

Save sioncojp/5538671 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset="UTF-8">
<title>ログイン画面</title>
</head>
<body>
<form name ="login" action="check_login.pl" METHOD="POST">
<table border=0 cellspacing=0>
<tr><td>ログイン名:</td><td><input type="text" name="login_user" size="20"></td></tr>
<tr><td>パスワード:</td><td><input type="text" name="login_password" size="20"></td></tr>
</table>
<br><br><input type="submit" name="submit01" value="ログイン">
<form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment