From f7b560cefa9ec0da971c84220fdc6daebec32595 Mon Sep 17 00:00:00 2001 From: Didarul Amin <44096577+didarulamin@users.noreply.github.com> Date: Thu, 3 Feb 2022 19:06:35 +0600 Subject: [PATCH] update by didarul amin index.php --- index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 8db9bd78..a9c89937 100644 --- a/index.php +++ b/index.php @@ -6,5 +6,7 @@ require 'includes/config.php'; require 'includes/functions.php'; +//Changed by Didarul Amin_Assignment_01 +printf("

%s

", "Welcome to the Home Page"); -init(); \ No newline at end of file +init();