17 lines
339 B
HTML
Executable File
17 lines
339 B
HTML
Executable File
---
|
|
layout: page
|
|
title: Page not found
|
|
image: 04.jpg
|
|
permalink: /404.html
|
|
---
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col col-12" style="text-align: center">
|
|
<h2>404</h2>
|
|
<p>The requested page could not be found.</p>
|
|
<p><a href="{{site.baseurl}}/">Back to the bLog</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|