first commit

This commit is contained in:
2025-06-25 15:43:30 +02:00
commit eb4f0a1736
511 changed files with 56019 additions and 0 deletions

31
layouts/404.html Normal file
View File

@@ -0,0 +1,31 @@
{{ define "main"}}
<section class="error">
<div class="container">
<div class="row">
<div class="col-lg-12">
<!--start error-content -->
<div class="error-content">
<h2>404 Error</h2>
<p>Oops! Page Not Found</p>
<form action="#">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search again...">
<div class="input-search">
<a href="#"> <i class="ti-search"></i></a>
</div>
</div>
</form>
<div class="error-content-link">
<a href="{{.Site.BaseURL}}">
<i class="ti-arrow-left"></i>
back to home
</a>
</div>
</div>
<!--end error-content -->
</div>
</div>
</div>
</section>
{{end}}