관리 메뉴

moozi

이클립스 html5 template 본문

TIS_2017/응용sw_1기

이클립스 html5 template

moozi 2017. 2. 1. 11:22

<%@ page language="java" contentType="text/html; charset=${encoding}"
    pageEncoding="${encoding}"%>
 
<!DOCTYPE html>
<html>
    <head>
        <meta charset="${encoding}">
        <title>JSP</title>
    </head>
    <body>
    ${cursor}

    </body>
</html>

'TIS_2017 > 응용sw_1기' 카테고리의 다른 글

jsp연습문제03  (0) 2017.02.03
jsp연습문제2  (0) 2017.02.02
AngularJS연습문제02  (0) 2017.01.31
미니프로젝트 부트스트랩을 사용한 개인포트폴리오사이트  (18) 2017.01.25
angularJS연습문제01  (0) 2017.01.25
Comments