로컬 아파치 톰캣 8.5 서버 실행 오류 수정

This commit is contained in:
mcutegs2
2020-06-05 14:00:37 +09:00
parent 9dedc3a095
commit 70c7c4771a
15 changed files with 45 additions and 37 deletions

View File

@@ -4,9 +4,17 @@
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<title>병원 관리 시스템</title>
</head>
<body>
<h1>what the hell?</h1>
</body>
<BODY bgcolor=black>
<h1 style="color:white;">병원 임직원 회원가입</h1>
<FORM action="join.jsp" method="post">
<font color=white>
아이디 : <INPUT type="text" name="id" maxlength="8"><BR>
암호 : <INPUT type="password" name="pwd" maxlength="8"><BR>
이름 : <INPUT type="text" name="name" maxlength="12"><BR>
e-mail : <INPUT type="text" name="email" maxlength="25"><P>
<INPUT type="submit" value=" 저 장 "></font>
</FORM>
</BODY>
</html>