login.html 1.79 KB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/base.css">
<link rel="stylesheet" type="text/css" href="css/login.css">

<title>리치웨어 관리자</title>
</head>

<body>
    <div class="header">    
    배달의 민족 <span>ADMIN</span>  
    </div>

   <div class="m">
     

    <div role="main" class="container">
   

    
     
       <div class="hgroup">
         <h1>
       <img src="images/login/icon_member.gif" width="40" height="40" alt="로고"  align="middle"> Log-in
       <span>2013.05.29 13:00에 210.241.122.11 로 접속하셨습니다.</span></h1>
       </div>
      
          
          
       
           
       
       
     
          <div class="data">
            <table  class="data">
              <tr>
                <th>아이디</th>
                <td><input type="text" autocomplete="on"  class="login"/> </td>
              </tr>
              <tr>
                <th>패스워드</th>
                <td><input type="text" autocomplete="on" class="login" /></td>
              </tr>
              <tr>
                <th>&nbsp;</th>
                <td> <a href="#" class="button navy"> 로그인 </a></td>
              </tr>
            </table>
          </div>
      

         
       
     
    
       
	
     </div>
      
  </div>
    <div class="footer">개발사 <span> ㈜리치웨어시스템즈</span>    |    담당자  <span>김병수 책임</span>    |    개발사 대표번호 <span>1670 – 6842 </span>   |    개발사 게시판   <a href="#" class="button small white" >바로가기</a></div>
    

</body>
</html>