Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit ef2713e8 authored by Muhammad Raihan Adliputra's avatar Muhammad Raihan Adliputra
Browse files

chore: add error page

parent ba183a5e
Branches feat/tutorial-4-belajarbelajar
No related tags found
1 merge request!4Feat/tutorial 4 belajarbelajar
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>400 error</title>
<object th:include="fragments/fragment :: css" th:remove="tag"></object>
<object th:include="fragments/fragment :: js" th:remove="tag"></object>
</head>
<body>
<nav th:replace="fragments/fragment :: navbar (${'/'})"></nav>
<div class="container-fluid">
<h2>Halaman tidak ditemukan</h2>
<a th:href="@{/}">Kembali ke home</a>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>500 error</title>
<object th:include="fragments/fragment :: css" th:remove="tag"></object>
<object th:include="fragments/fragment :: js" th:remove="tag"></object>
</head>
<body>
<nav th:replace="fragments/fragment :: navbar (${'/'})"></nav>
<div class="container-fluid">
<h2>Halaman tidak ditemukan</h2>
<a th:href="@{/}">Kembali ke home</a>
</div>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment