# Save the full updated login page as an HTML file for download
content = """
Log in to the site | NCS University System Peshawar
}
Staff Login
Welcome to NCS LMS
Need help? Contact
IT Support.
Join for Latest Updates
"""
with open('/mnt/data/ncs_login_white.html', 'w', encoding='utf-8') as f:
f.write(content)
'/mnt/data/ncs_login_white.html'