Initial import

This commit is contained in:
2026-01-18 00:53:18 +00:00
parent fb78291fb1
commit 940191502e
115 changed files with 15524 additions and 0 deletions

8
views/404.blade.php Normal file
View File

@@ -0,0 +1,8 @@
@extends("layout.main")
@section("content")
<div class="text-center">
<h1>Page not found</h1>
<img src='/logo.png'>
<p>The page you were looking for could not be found. Maybe you should look for a different one instead.</p>
</div>
@endsection