usuario = input("Digite o usuário: ")
senha = input("Digite a senha: ")
if usuario == "admin" and senha == "1234":
print("Acesso liberado!")
else:
print("Usuário ou senha incorretos.")
To embed this project on your website, copy the following code and paste it into your website's HTML: