2 lines
675 B
PHP
2 lines
675 B
PHP
"<style>body { font-family: Arial, sans-serif; background-color: #f4f4f4; padding: 20px; } .otp-container { background-color: white; border: 1px solid #ccc; border-radius: 8px; padding: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); max-width: 400px; margin: auto; text-align: center; } .otp-code { font-size: 24px; font-weight: bold; color: #4CAF50; margin: 10px 0; } .footer { margin-top: 20px; font-size: 14px; color: #666; }</style><body><div class='otp-container'><h2>Your OTP Code</h2><p class='otp-code'>123456</p><p>Please enter this code to verify your account.</p><div class='footer'>If you did not request this code, please ignore this message.</div></div></body>"
|