Added and internalized Pico theme for customization

This commit is contained in:
Aron Petau 2025-04-29 20:02:54 +02:00
parent 8e7f72ce8b
commit 8c90bb2dfc
71 changed files with 4587 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<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>