Files
IIMTT/_404.php

37 lines
1.8 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- Title -->
<title>International Institute of Montessori Teacher Training | IIMTT</title>
</head>
<body>
<?php
include("_navbar.php");
?>
<!-----------------------------------------------new addition------------------------------------>
<!-- <section style="font-size:14px; color:#777777; font-family:arial;text-align:center;justify-content:center;">
<h2 style="font-size:40px; color:#99A7AF; margin: 70px 0 0 0;">Error 404</h2>
<h3 style="color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;">Content not found</h3>
</section>
<div style="width:320px; text-align:center; margin-left:auto;margin-right:auto;">
It seems that the page you were trying to reach does not exist anymore, or maybe it has just moved.
You can start again from the <a href="http://https://tb.beanstalkedu.com/">home</a> or go back to <a href="javascript:%20history.go(-1)">previous page</a>.
</div> -->
<!-- </section> -->
<section>
<div class="container">
<div class="row">
<div class="col-12 col-md-6 mt-12 mb-0 mt-sm-14 mb-sm-14">
<h1 style="color:#01B0C2" class="display-2">Page Not Found</h1>
<h2>Sorry, the page you asked for couldnt be found.</h2>
<div class="display-flex pt-6">
<a href="/"><Button style="background-color:#F9A428;border:none;border-radius:6px;box-shadow:0px 4px 10px grey;" class="px-5">Go Home</Button></a>
<a href="/contact"><Button style="border:none;border-radius:6px; box-shadow:0px 4px 10px grey;color:#F9A428" class="px-4 ml-8">Contact Us</Button></a>
</div>
</div>
<div class="col-12 col-md-6 my-0 my-md-12">
<img src="/assets/img/404-page.webp" width="90%"/>
</div>
</div>
</div>
</section>