14 lines
385 B
HTML
14 lines
385 B
HTML
<div class="row">
|
|
<div class="col-12 center">
|
|
<h1>Ooops! 404!</h1>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-2"></div>
|
|
<div class="col-8 center">
|
|
<div id="indextext" >
|
|
<p>Something is definetly went wrong, as you tried to reach page that doesn't exist here. Try to start from the <a href="{{ config.base_url }}">beginning</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|