62 lines
2.6 KiB
PHP
62 lines
2.6 KiB
PHP
|
|
|
|
<!-- Title -->
|
|
<title>International Institute of Montessori Teacher Training | IIMTT</title>
|
|
</head>
|
|
<body>
|
|
|
|
<!-- NAVBAR -->
|
|
<nav class="navbar navbar-expand-lg navbar-dark navbar-togglable fixed-top">
|
|
<div class="container">
|
|
|
|
<!-- Brand -->
|
|
<a href="/">
|
|
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="iimtt logo">
|
|
</a>
|
|
|
|
<!-- Toggler -->
|
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
|
|
<!-- Collapse -->
|
|
<div class="collapse navbar-collapse" id="navbarCollapse">
|
|
|
|
<!-- Toggler -->
|
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
|
|
<i class="fe fe-x"></i>
|
|
</button>
|
|
|
|
<!-- Navigation -->
|
|
<ul class="navbar-nav ml-auto">
|
|
|
|
<a style="color: #f7a325;" class="navbar-btn btn btn-sm lift ml-auto" href="_home">
|
|
Home
|
|
</a>
|
|
<a style="color: #f7a325;" class="navbar-btn btn btn-sm lift ml-auto" href="curriculum">
|
|
Curriculum
|
|
</a>
|
|
|
|
<a style="color: #f7a325;" class="navbar-btn btn btn-sm lift ml-auto" href="contactus">
|
|
Contact
|
|
</a>
|
|
|
|
</ul>
|
|
<!-- Button -->
|
|
<a style="background-color: #f7a325" class="navbar-btn btn btn-sm btn-primary lift ml-auto" href="contactus">
|
|
Get in touch +
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<!-----------------------------------------------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> |