first commit - report data

This commit is contained in:
2025-03-21 10:22:45 +07:00
commit 59963790c0
3493 changed files with 1353173 additions and 0 deletions

19
theme/AdminLTE3/docs/404.html vendored Normal file
View File

@@ -0,0 +1,19 @@
---
layout: default
title: Error 404
---
<div class="content-wrapper pt-5">
<section class="content">
<div class="error-page">
<h2 class="headline text-warning">404</h2>
<div class="error-content">
<h3><i class="fas fa-exclamation-triangle text-warning"></i> Oops! Page not found.</h3>
<p>
We could not find the page you were looking for.
Meanwhile, you may <a href="{% link index.md %}">return to index</a>.
</p>
</div>
</div>
</section>
</div>