web server

This commit is contained in:
2026-05-20 14:10:25 +07:00
parent 5ade939ff9
commit 190d2418da
30 changed files with 8917 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<%- include('partials/page-start') %>
<section class="page center-page">
<div class="empty-state">
<span class="material-symbols-outlined">search_off</span>
<h1>Không tìm thấy dữ liệu</h1>
<p>Trang hoặc bản ghi bạn mở không tồn tại trong dữ liệu hiện tại.</p>
<a class="btn btn-primary" href="/">
<span class="material-symbols-outlined">dashboard</span>
Về tổng quan
</a>
</div>
</section>
<%- include('partials/page-end') %>