<main.php>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<title>실습 페이지</title>
</head>
<center>
</div>
<h1>실습 페이지</h1><br><br>
<div id=div_content>
<img src="images/DUN.png"><br><br><br>
<button type="button"> <a href="./list.php">BOARD</a></button>
<button type="button"> <a href="./signOut">LOGOUT</a></button>
</body>
</center>
</html>
<결과물>
'웹 공부 > 웹 개발 (APM)' 카테고리의 다른 글
웹 개발 #쿠키값 존재시 로그인 되어있음 처리 코드 (0) | 2019.06.24 |
---|---|
웹 개발 #로그아웃, 쿠키 삭제 코드 (0) | 2019.06.24 |
웹 개발 #CSS 코드 (0) | 2019.06.24 |
웹 개발 #로그인 폼, 로그인 확인 코드 (0) | 2019.06.24 |
웹 개발 #회원가입 폼, DB 저장 코드 (0) | 2019.06.24 |