WUT_Computer_Science/EGUI/lab2/Views/Login/Index.cshtml
2022-04-24 09:39:48 +02:00

9 lines
152 B
Plaintext

@{
ViewData["Title"] = "Index";
}
<h1> Enter ID: </h1>
<input>
<h1> Enter password: </h1>
<input type="password" > <br>
<button> Login </button>