www/src/layouts/partials/no-results-found.html

13 lines
316 B
HTML
Raw Normal View History

<hr>
<section>
<div class="container black-bg">
<div class="row">
<div class="col two-boxes-up two-boxes-down">
<h4 class="text-center">No results found :(</h4>
<p class="text-center">Try refining your search term.</p>
</div>
2022-12-20 20:02:43 +03:00
</div>
</div>
</section>
<hr>