본문 바로가기

웹 공부/웹 개발 (APM)

웹 개발 #메인페이지 코드

<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>

  

 

 

<결과물>