From 39e504218fcc166703f035f95e06612fbdb34a76 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Wed, 8 Nov 2023 23:50:50 +0530 Subject: [PATCH] (feat): integrated flotingbar and preloader in blog and contact page --- htdocs/blog.php | 4 ++++ htdocs/contact.php | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/htdocs/blog.php b/htdocs/blog.php index 9c28b8a..0fdc172 100644 --- a/htdocs/blog.php +++ b/htdocs/blog.php @@ -10,6 +10,8 @@ require './core/query_functions.php'; My Blog - @neo_subhamoy + + @@ -21,5 +23,7 @@ require './core/query_functions.php'; + + \ No newline at end of file diff --git a/htdocs/contact.php b/htdocs/contact.php index 74d04a6..daa3e83 100644 --- a/htdocs/contact.php +++ b/htdocs/contact.php @@ -13,10 +13,14 @@ require './core/query_functions.php'; + +
+ + \ No newline at end of file