File: D:/HostingSpaces/yoda-ict/yoda-ict.nl/wwwroot/app/views/v_404.php
<!-- Introduction -->
<section class="introduction">
<div class="bg"></div>
<div class="center">
<div class="col left">
<article>
<h1>Pagina niet gevonden</h1>
<p>De pagina die je hebt opgevraagd kan helaas niet gevonden worden. Onze excuses voor het ongemak.</p>
<p>Kijk op onze <a href="/sitemap">sitemap</a> om de pagina te vinden die je zocht of ga naar onze <a href="/">homepagina</a>.</p>
</article>
</div>
<div class="col right">
<article>
<?php include DOCUMENT_ROOT . 'app/views/includes/v_cta.php'; ?>
</article>
</div>
<div class="clear"></div>
</div>
</section>
<!-- Services -->
<section class="services">
<div class="center">
<h2 class="large">Lees meer over onze diensten</h2>
<ul id="blocks">
<?php $this->getData('services'); ?>
</ul>
<div class="clear"></div>
</div>
<div class="h_shadow d10 top"></div>
</section>