fix-center page,payment success/failed page,deleted extra folders
This commit is contained in:
19
payment-success.php
Normal file
19
payment-success.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<!-- Title -->
|
||||
<title>The best Montessori teacher training curriculum | IIMTT</title>
|
||||
<meta name="description" content="Our curriculum is closely linked to Montessori in primary years. We offer graduate and post-graduate courses in Montessori Education.">
|
||||
<link rel="canonical" href="https://iimtt.org/curriculum">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5QHMZ5P"
|
||||
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
<!-- End Google Tag Manager (noscript) -->
|
||||
<?php
|
||||
include("_navbar.php");
|
||||
?>
|
||||
<!-------------------------------new section------------------------------------>
|
||||
<div class="text-center py-10 py-md-14 py-lg-15">
|
||||
<img src="../assets/img/Done.svg" style="width:80px;"/>
|
||||
<h2><b>Thank You!</b></h2>
|
||||
<div style="margin-top:-20px;color:green">Payment received successfully</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user