mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7535 201d5d3c-b55e-5fd7-737f-ddc643e51545
33 lines
1.4 KiB
HTML
33 lines
1.4 KiB
HTML
<!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" lang="ko">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1" />
|
|
<title>Mobile XE</title>
|
|
<link rel="stylesheet" type="text/css" href="mx.css"/>
|
|
</head>
|
|
<body>
|
|
<div class="eg hd">
|
|
<h1 class="h1"><a href="menu.html">Mobile XE</a></h1>
|
|
<div class="fr"><a href="menu.html" class="bn">메뉴</a></div>
|
|
</div>
|
|
<div class="bd">
|
|
<h2 class="h2">로그인</h2>
|
|
<form action="">
|
|
<ul class="sn">
|
|
<li><label for="id" class="db fb al">아이디</label><input name="" type="text" id="id" class="itx" value="xe@xe.com" /></li>
|
|
<li><label for="pw" class="db fb al">비밀번호</label><input name="" type="password" id="pw" class="itx" value="000000" /></li>
|
|
</ul>
|
|
<div class="cm">
|
|
<div class="fl"><input name="" type="checkbox" value="" id="autoLogin" /><label for="autoLogin">자동로그인</label></div>
|
|
<div class="fr"><a href="join.html" class="bn">회원가입</a> <button type="submit" class="bn">로그인</button></div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<ul class="eg ft">
|
|
<li class="fl"><a href="search.html">검색</a></li>
|
|
<li class="fr"><a href="#">PC</a></li>
|
|
</ul>
|
|
<p class="cr">Mobile XE</p>
|
|
</body>
|
|
</html>
|