Skip to content

Commit

Permalink
Update: page title; add error page
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenAnhTuan1912 committed Aug 8, 2024
1 parent 06d1ef9 commit 14f9e85
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions gui/error.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IMGA - Not found</title>

<!-- Import styles -->
<link rel="stylesheet" href="./css/styles.css" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
</head>
<body>
<div
class="d-flex flex-column justify-content-center align-items-center w-100 h-100"
>
<h1 style="font-size: 5rem; font-weight: 800">404</h1>
<p class="h3">Page Not Found!!!</p>
</div>

<!-- //Import js -->
<script type="module" defer src="./js/index/index.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"
></script>
</body>
</html>
2 changes: 1 addition & 1 deletion gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Datatable in image to text</title>
<title>IMGA - Datatable in image to text</title>

<!-- Import styles -->
<link rel="stylesheet" href="./css/styles.css" />
Expand Down
2 changes: 1 addition & 1 deletion gui/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Datatable in image to text</title>
<title>IMGA - Datatable in image to text</title>

<!-- Import styles -->
<link rel="stylesheet" href="./css/styles.css" />
Expand Down

0 comments on commit 14f9e85

Please sign in to comment.