| <!DOCTYPE html> |
| <html lang="en"> |
|
|
| <head> |
| <meta charset="UTF-8"> |
| <meta http-equiv="X-UA-Comapatible" content="IE-Edge"> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <title>HTML</title> |
|
|
| |
|
|
| |
| <link rel="stylesheet" href="style.css"> </head> |
|
|
| <body> |
| <div class="content"> |
| <h1>Fakhriddin</h1> |
| <p>New |
| <color></color>ed edition</p> |
| <form action="http://sdo.techuni.tj/student/" method="POST"> |
| <input type="hidden" name="_subject" value="New email"> |
| <input type="email" name="email" placrholder="karimovfirdavs899@gmail.com" required> |
| <input type="hidden" name="_capcha" value="false"> |
| <button type="submit">LOGIN</button><br> |
| <a href="">Forg-get password ?</a> |
| </form> |
| </div> |
| <script src="main.js"></script> |
| </body> |
|
|
| </html> |