12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
|
pageEncoding="UTF-8"%>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>병원 관리 시스템</title>
|
|
<jsp:forward page="/boardView.do"></jsp:forward>
|
|
</head>
|
|
</FORM>
|
|
</BODY>
|
|
</html> |