diff --git a/Javascricp/Main.js b/Javascricp/Main.js index e69de29..95a8628 100644 --- a/Javascricp/Main.js +++ b/Javascricp/Main.js @@ -0,0 +1,4 @@ +$(document).ready(function(){ + $("#header").load("../Views/header.html"); + $("#footer").load("../Views/footer.html"); +}); \ No newline at end of file diff --git a/index.html b/index.html index 04e419b..6c691db 100644 --- a/index.html +++ b/index.html @@ -28,9 +28,3 @@ -