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
+1 -1
View File
@@ -12,7 +12,7 @@
<script type="text/javascript">
$(document).ready(function() {
$("#header").load("./../module/header.html");
$("#section").load("./../module/maestro_login_section.html");
$("#section").load("./../module/maestro_section_login.html");
$("#footer").load("./../module/footer.html");
});
</script>