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();