WUT_Computer_Science/EGUI/lab2/Views/Login/Index.cshtml

9 lines
152 B
Plaintext
Raw Normal View History

2022-04-24 09:39:48 +02:00
@{
ViewData["Title"] = "Index";
}
<h1> Enter ID: </h1>
<input>
<h1> Enter password: </h1>
<input type="password" > <br>
<button> Login </button>