Add: maestro login php
This commit is contained in:
@@ -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;">
|
||||
|
||||
Reference in New Issue
Block a user