Skip to content

Commit 89f22af

Browse files
committed
Updated index page
1 parent e363e36 commit 89f22af

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/WebUI/Pages/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
}
66

77
<div class="text-center">
8-
<h1 class="display-4">Welcome</h1>
9-
<p>Learn about <a href="https://learn.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
8+
<h1 class="display-4 mb-4">Welcome to Daily Scrum EmailR</h1>
9+
<img class="mt-4 img-fluid" src="https://i.imgflip.com/9dzgbz.jpg" title="made at imgflip.com"/>
1010
</div>

src/WebUI/Pages/Index.cshtml.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1+
using Microsoft.AspNetCore.Authorization;
12
using Microsoft.AspNetCore.Mvc.RazorPages;
2-
using Microsoft.Graph;
3-
using Microsoft.Identity.Web;
4-
using WebUI.Features.DailyScrum.UseCases.CreateDailyScrumCommand;
53

64
namespace WebUI.Pages;
75

6+
[AllowAnonymous]
87
public class IndexModel : PageModel
98
{
109
}

0 commit comments

Comments
 (0)