include/header.jsp > JSP2

본문 바로가기

사이트 내 전체검색

뒤로가기 JSP2

include/header.jsp

페이지 정보

작성자 관리자 작성일 23-04-24 16:47 조회 292 댓글 0

본문

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>


<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>JSP</title>

<link rel="stylesheet" href="/css/basic.css">

</head>

<body>

<table width=100% height=50>

<tr>

<td><a href="/">[로고]</a></td>

<td align="right">

<a href="/member/login.jsp">[로그인]</a>

<a href="/member/join.jsp">[회원가입]</a>

</td>

</tr>

</table>

<hr>

추천0

댓글목록 0

등록된 댓글이 없습니다.


Copyright © dancePKT. All rights reserved.
PC 버전으로 보기