ekoetki/views/error/404.ejs

24 lines
912 B
Plaintext
Raw 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.

<%-include("../partials/header.ejs") %>
<div class="error-container p-0">
<div class="container">
<div>
<div>
<img alt="" class="img-fluid" src="../assets/images/background/error-404.png">
</div>
<div class="mb-3">
<div class="row">
<div class="col-lg-8 offset-lg-2 ">
<p class="text-center text-secondary f-w-500 mt-5">
Aradığınız sayfayı bulamadık, bu sayfa artık mevcut olmayabilir veya linki yanlış almış olabilirsiniz
</p>
</div>
</div>
</div>
<a class="btn btn-lg btn-primary" href="/" role="button">
<i class="ti ti-home"></i>
Geri Dön
</a>
</div>
</div>
</div>
<%-include("../partials/footer.ejs") %>