# Create the main HTML login page html_content = ''' Angel City Technologies - Secure Login ''' with open('login.html', 'w') as f: f.write(html_content) print("✅ Created login.html - Secure login page with 2FA")