Add: home article

This commit is contained in:
2018-06-25 10:15:45 +09:00
parent 0f62d73393
commit 7e85b7d639
5 changed files with 63 additions and 8 deletions
+2 -3
View File
@@ -12,6 +12,7 @@
<script type="text/javascript">
$(document).ready(function() {
$("#header").load("./src/web/module/header.html");
$("#section").load("./src/web/module/home_section.html");
$("#footer").load("./src/web/module/footer.html");
});
</script>
@@ -26,12 +27,10 @@
<header id="header">
</header>
<section>
section
<section id="section">
</section>
<footer id="footer">
footer
</footer>
</div>