<!
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Poppins:wght@400;500;700&family=Winky+Rou
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Login Page</title>
</head>
<body>
<h1>Login</h1>
<div class="login-form" style="color: rgb(71, 71, 71);">
<form action="">
<label for="">Username</label><br>
<input type="text"><br>
<label for="">Password</label><br>
<input type="text"><br>
<a href="#" >Don't have account?</a>
<button >Login</button>
</form>
</div>
</body>
</html>