restored templates

This commit is contained in:
Paul Schneider 2025-08-25 14:18:26 +01:00
commit 6091e8a3c1
4 changed files with 58 additions and 20 deletions

View file

@ -0,0 +1,10 @@
@{
ViewData["Title"] = "Account creation success";
}
<h1>@ViewData["Title"]</h1>
Your account has successfully been created.
<a asp-action="Index" asp-controller="Home">Return to home</a>