Add: maestro login php

This commit is contained in:
2018-06-26 18:07:15 +09:00
parent f3b51ae5a2
commit 77afebbb3a
7 changed files with 131 additions and 17 deletions
+12 -2
View File
@@ -1,11 +1,21 @@
<div class="container">
<script>
function logout() {
sessionStorage.clear();
location.href = './../main/index.html';
}
</script>
<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>
<a href="#" id="logout_maestro" class="btn btn-sea" onClick="logout()">마에스트로<br/>로그아웃</a>
</span>
<span class="col two" style="float: right;">