Created
May 6, 2025 16:24
-
-
Save bryanwillis/9313babb510addfe633e416151278929 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php /* Template Name: ClientPortal */ ?> | |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Compassion Funeral Service Payment Portal</title> | |
<style> | |
html body { | |
width: 100%; | |
height: 100%; | |
padding: 0px; | |
margin: 0px; | |
} | |
#content { | |
position:absolute; | |
left: 0; | |
right: 0; | |
bottom: 0; | |
top: 0px; | |
} | |
</style> | |
</head> | |
<body> | |
<div id="content"> | |
<iframe src="https://nuvei.paycenter.app/portal/62GHN" style="border:0px #ffffff none; position: absolute;" name="clientPortalIframe" scrolling="no" frameborder="0" marginheight="0px" marginwidth="0px" height="100%" width="100%" noresize="noresize"></iframe> | |
</div> | |
</body> | |
</html> | |
<?php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment