diff --git a/StudentHouseDashboard/WebApp/Pages/Index.cshtml b/StudentHouseDashboard/WebApp/Pages/Index.cshtml index 0fc1d5c..3180466 100644 --- a/StudentHouseDashboard/WebApp/Pages/Index.cshtml +++ b/StudentHouseDashboard/WebApp/Pages/Index.cshtml @@ -4,7 +4,18 @@ ViewData["Title"] = "Home page"; } -
+ The student square for housemates! This site is currently under construction. +
+ @if (!User.Identity.IsAuthenticated) + { + Login + } + else + { + Announcements + } +