Created
June 4, 2012 07:14
-
-
Save editnuki/2866874 to your computer and use it in GitHub Desktop.
login.jsp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ page contentType="text/html; charset=UTF-8"%> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>在庫管理システムログイン画面</title> | |
</head> | |
<body> | |
<form action="/login" method="post"> | |
ログインID:<input type="text" name="user" /><br /> PASS: <input | |
type="password" name="pass" /> <br /> <input type="submit" | |
value="ログイン" /> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment