Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

Login.cshtml

Blame
  • Login.cshtml 77 B
    @{
        ViewData["Title"] = "Login";
    }
    
    <h1>Welcome to the login page!</h1>