Add: maestro main menu page
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
Reference in New Issue
Block a user