Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/kamariallee.com/public_html/application/views/ipay88/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Ipay88 Payment Success</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Bellefair&display=swap" rel="stylesheet"> <style> body{ width: 99%; height: 100%; background-color: #FFF; color: rgb(81 74 69 / 0.8); font-family: 'Bellefair', serif; } div { /* position: absolute; width: 400px; height: 300px; z-index: 15; top: 45%; left: 50%; margin: -100px 0 0 -200px; */ text-align: center; } p {color: #5c5c5c} h1,h2{ text-align: center; } h1{ font-size: 25px; margin-bottom: 10px; border-bottom: 1px solid white; padding-bottom: 10px; } h2{ font-size: 20px; margin-bottom: 40px; } a{ margin-top:10px; text-decoration: none; padding: 10px 25px; background-color: ghostwhite; color: black; margin-top: 20px; } .loader { margin: auto; margin-top: 100px; border: 16px solid #bcd3c7; width: 80px; height: 80px; border-top-color: #1abc9c; border-bottom-color: #3498db; border-radius: 50%; animation-name: spin; animation-duration: 2s; animation-delay: 0s; animation-timing-function: linear; animation-iteration-count: infinite; } @keyframes spin { 0%{ transform: rotate(0deg); } 100%{ transform: rotate(360deg); } } @keyframes appear { 100%{ opacity: 1; } } </style> </head> <body> <div style="display:flex; flex-direction: column; text-align:center; padding-top:150px;"> <img src="<?= base_url() . 'uploads/success-payment.png'; ?>" alt="success" style="width: 300px; margin-left: auto; margin-right: auto;" /> <div> <h1>Success!</h1> <p>Your payment is successful</p> <br> <a href="<?= base_url(); ?>">Back to Home</a> </div> </body> </html>