Add: Basic web site

This commit is contained in:
2018-06-25 09:54:06 +09:00
parent e05275073a
commit 0f62d73393
6 changed files with 232 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
<div class="container">
<span class="col two">
<a href="#" id="home" class="btn btn-orange" style="padding: 1.1em;">첫 화면</a>
</span>
<span class="col two" style="float: right;">
<a href="#" id="login_player" class="btn btn-sunflower">플레이어<br/>로그인</a>
</span>
<span class="col two" style="float: right;">
<a href="#" id="login_maestro" class="btn btn-sunflower">마에스트로<br/>로그인</a>
</span>
</div>