로컬 아파치 톰캣 8.5 서버 실행 오류 수정
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user