From 314c939b48113e5ba2c4c9ead6a49dcf0b6d6926 Mon Sep 17 00:00:00 2001 From: thatscringebro Date: Mon, 12 Sep 2022 20:20:44 -0400 Subject: [PATCH] test main.js --- Javascricp/Main.js | 4 ++++ index.html | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) 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 @@ -