Files
InstallerRobot/web-server/views/not-found.ejs
2026-05-20 14:10:25 +07:00

16 lines
497 B
Plaintext

<%- 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') %>