/* terms.html */ Terms & Conditions

Terms & Conditions

Welcome to Get Update Infotech! By accessing our website and using our services, you agree to comply with the following terms and conditions:

/* privacy.html */ Privacy Policy

Privacy Policy

Get Update Infotech is committed to protecting your privacy. This policy outlines how we collect and use your data.

/* payment.html */ Payment & Cancellation Policy

Payment & Cancellation Policy

/* styles.css */ body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f8f9fa; } .container { max-width: 800px; margin: 20px auto; padding: 20px; background: white; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 8px; } h1 { color: #333; } ul { padding-left: 20px; } footer { margin-top: 20px; padding: 10px; background: #333; color: white; text-align: center; border-radius: 5px; }