Add: maestro login

This commit is contained in:
2018-06-25 11:01:29 +09:00
parent 7e85b7d639
commit a5ee18440f
5 changed files with 137 additions and 28 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
<div class="container">
<span class="col two">
<a href="#" id="home" class="btn btn-orange" style="padding: 1.1em;">첫 화면</a>
<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="login_maestro" class="btn btn-sea">마에스트로<br/>로그인</a>
<a href="./../maestro/login.html" id="login_maestro" class="btn btn-sea">마에스트로<br/>로그인</a>
</span>
<span class="col two" style="float: right;">
<a href="#" id="login_player" class="btn btn-rouge">플레이어<br/>로그인</a>
<a href="./../client/login.html" target="_blank" id="login_player" class="btn btn-rouge">플레이어<br/>로그인</a>
</span>
</div>