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
+19
View File
@@ -0,0 +1,19 @@
<div class="container">
<span class="col two">
<a href="./../main/index.html" id="home" class="btn btn-orange" style="padding: 1.1em;">첫 화면</a>
</span>
<span class="col two" style="float: right;">
<a href="#" id="logout_maestro" class="btn btn-sea">마에스트로<br/>로그아웃</a>
</span>
<span class="col two" style="float: right;">
<a href="#" target="_blank" id="enter_test_player" class="btn btn-rouge">마에스트로<br/>기록 삭제</a>
</span>
<span class="col two" style="float: right;">
<a href="./../client/menu_app.html" target="_blank" id="delete_test_player_history" class="btn btn-rouge">마에스트로<br/>입장</a>
</span>
</div>