잡담
이클립스 : java web project 복습
호 두
2017. 5. 30. 09:49
반응형
아파치톰켓 dynamic web project 복습
index.html
index.jsp
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>index page welcome</title>
</head>
<body>
<h1>hello world</h1>
</body>
</html>
index.html
index.jsp
반응형