web server
This commit is contained in:
15
web-server/views/not-found.ejs
Normal file
15
web-server/views/not-found.ejs
Normal 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') %>
|
||||
Reference in New Issue
Block a user