Skip to content

Instantly share code, notes, and snippets.

@editnuki
Created June 4, 2012 07:14
Show Gist options
  • Save editnuki/2866874 to your computer and use it in GitHub Desktop.
Save editnuki/2866874 to your computer and use it in GitHub Desktop.
login.jsp
<%@ 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