Add: maestro main menu page

This commit is contained in:
2018-06-26 10:19:39 +09:00
parent 31177dc115
commit 6f55881e9b
6 changed files with 169 additions and 5 deletions
+41
View File
@@ -0,0 +1,41 @@
<div class="container">
<div class="maestro_free">
<form action="/action_page.php" method="get" id="maestro_login">
마에스트로 아이디
<input type="text" name="maestro_id"><br/>
암호
<input type="password" name="maestro_id"><br/>
</form>
<!--
<div class="col four" style="float: center;">
<a type="submit" form="maestro_login" value="로그인" class="btn btn-sea">로그인</a>
</div>
-->
<div class="col four" style="float: center;">
<a href="./../maestro/main_menu.html" id="faq" class="btn btn-sea">로그인</a>
</div>
&nbsp;
&nbsp;
&nbsp;
<div class="col four" style="float: center;">
<a href="#" id="faq" class="btn btn-sea">마에스트로<br/>가입</a>
</div>
<ol>
<li>
1만원 : 플레이어 20명
</li>
<li>
2만원 : 플레이어 50명
</li>
<li>
3만원 : 플레이어 100명
</li>
</ol>
</div>
</div>