Notes/Views/Login/Login.cshtml
2023-05-10 17:35:40 -04:00

9 lines
166 B
Plaintext

@{
ViewBag.Title = "Login";
}
@Html.ValidationSummary()
<form method="post">
<input type="password" name="passphrase" placeholder="Passphrase" />
</form>