mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 16:23:11 +02:00
9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
@{
|
|
ViewData["Title"] = "Index";
|
|
}
|
|
|
|
<h1> Enter ID: </h1>
|
|
<input>
|
|
<h1> Enter password: </h1>
|
|
<input type="password" > <br>
|
|
<button> Login </button> |