Add: home article
This commit is contained in:
+2
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user