diff --git a/Pages/_Layout.cshtml b/Pages/_Layout.cshtml index 103a8d6..ae7c714 100644 --- a/Pages/_Layout.cshtml +++ b/Pages/_Layout.cshtml @@ -1,7 +1,15 @@ + + @ViewData["Title"] - QuickCHAT + + + + - @RenderBody() +
+ @RenderBody() +
\ No newline at end of file