From da445175f476a899ab17640617119b3abd9ce2ce Mon Sep 17 00:00:00 2001 From: kbassam <45403352+kbassam@users.noreply.github.com> Date: Wed, 28 Nov 2018 01:18:55 +0200 Subject: [PATCH] Update Index.cshtml --- AwesomeWebApp/Views/Home/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AwesomeWebApp/Views/Home/Index.cshtml b/AwesomeWebApp/Views/Home/Index.cshtml index 3a67731..5e5c006 100644 --- a/AwesomeWebApp/Views/Home/Index.cshtml +++ b/AwesomeWebApp/Views/Home/Index.cshtml @@ -1,5 +1,5 @@ @{ - ViewBag.Title = "Home Page"; + ViewBag.Title = "Home Page kassem"; }