<!DOCTYPE html>
<html lang="zh-TW">
<head>
  <title>天使學院 Online - 會員中心</title>
  <meta charset="UTF-8" />

  <meta name="viewport" content="width=device-width, initial-scale=1.0" />

  <meta name="title" content="天使學院 Online - 會員中心" />
  <meta name="keywords" content="天使學院 Online - 會員中心" />
  <meta name="description" content="天使學院 Online - 會員中心" />


  <link rel="shortcut icon" href="favicon.ico" />

  <link rel="stylesheet" href="css/font-awesome.min.css" />

  <link rel="stylesheet" href="css/bootstrap.min.css" />
  <link rel="stylesheet" href="css/animate.css" />

  <!-- AJAX -->
  <link rel="stylesheet" href="css/navbar.css" />
  <link rel="stylesheet" href="css/ft.css" />

  <link rel="stylesheet" href="css/style.css" />
  <link rel="stylesheet" href="css/modalsText.css" />
  <link rel="stylesheet" href="css/deviceH.css" />

  <!-- HTML5 shim 和 Respond.js 讓IE8支援HTML5元素和媒體查詢 -->
  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
      <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->
		<style type="text/css">
<!--
td{margin:0;  padding: 10px 10px 10px 10px;border-bottom-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: solid;border-left-style: none;border-bottom-color: #e3d6d6;}
.STYLE1 {font-family: MingLiu, sans-serif;color: #565555;}
-->
</style>
</head>
<body data-spy="scroll" data-target="#myScrollspy" data-offset="50">
  <div id="gs_nav">
    <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation" id="nav-main">
      <div class="container">
        <div class="navbar-header">
          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </button>
          <a target="_blank" class="navbar-brand" href="../index.html"><img src="image/gs_logo.png"
              alt="GWJOY" /></a>
        </div>

        <div class="collapse navbar-collapse goh_style">          <ul class="nav navbar-nav navbar-right">
            <li><a href="../index.html">遊戲主頁</a> </li>
            <li><a href="../pay/members.jsp">會員中心</a></li>
            <li><a target="_blank" href="#">Discord</a></li>
            <li><a target="_blank" href="#">Twitter</a></li>
          </ul>
        </div>
      </div>
    </nav>
  </div>



 <div class="bg">
<header id="header" class="bg-img text-center">
	<div id="wrap">
		<div class="news_inner">
			<div class="news_detail_title"><span>會員登入</span></div>
			<div class="news_detail_content" >
			
        <div id="table_c" align="left">
    <table width="98%" border="0" align="center" cellpadding="0" cellspacing="1" class="mytable">

	  <form name="f1" action="" method="post" onSubmit="return checkfrom(this)">

	  <tr>
        <td height="30" align="left">游戏账户：</td>
        <td align="left"><input name="username" type="text" id="username" class="app_input" maxlength="20" style="width:250px; height:30px; font-size:16px;"/ >
        *  请输入您的游戏账户</td>
      </tr>
	  <tr>
        <td height="30" align="left">游戏密码：</td>
        <td align="left"><input name="passwd" type="password" id="passwd" class="app_input" maxlength="20" style="width:250px; height:30px; font-size:16px;"/>
        *  请输入您的游戏登陆密码</td>
      </tr>
	              <tr>
                <td colspan="2" align="left">沒有遊戲賬號，立即<a href="member.jsp">申請加入</a>！</td>
              </tr>
      <tr>
       <input type="hidden" name="ptype" value="login" id="faceValue"/>
        <td height="30" colspan="2" align="left"><input name="Submit" type="submit" class="btn2 " value="提交登入"style="width:120px; height:40px;cursor:pointer; font-size:16px;" />	&nbsp;&nbsp; <input type="reset" name="reset" value="重新填写" style="width:120px; height:40px; cursor:pointer; font-size:16px;"></td>
      </tr>
	  </form>
    </table>

        </div>
			</div>
	</div>
	</div>
</header>
  </div>

 

  <footer>
    <div class="container">
      <div class="copyright">
        <ul class="clearfix">
          <li><img src="image/logo_mangot5.png" /></li>
          <li>
            <p>© S1596.COM Co., Ltd. <br />
              All Rights Reserved.</p>
          </li>
        </ul>

      </div>
    </div>
  </footer>

</body>

</html>