Redmind_GPT_API / templates /failure.html
lakshmivairamani's picture
Upload 25 files
62aa71b verified
raw
history blame
178 Bytes
<!-- templates/failure.html -->
<!DOCTYPE html>
<html>
<head>
<title>Login Failed</title>
</head>
<body>
<h1>Login Failed. Please try again.</h1>
</body>
</html>