Fakultas Ilmu Komputer UI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tutorial-apap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Muhammad Raihan Adliputra
tutorial-apap
Commits
ef2713e8
Commit
ef2713e8
authored
2 years ago
by
Muhammad Raihan Adliputra
Browse files
Options
Downloads
Patches
Plain Diff
chore: add error page
parent
ba183a5e
Branches
feat/tutorial-4-belajarbelajar
Branches containing commit
No related tags found
1 merge request
!4
Feat/tutorial 4 belajarbelajar
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
belajarbelajar/src/main/resources/templates/error/400.html
+16
-0
16 additions, 0 deletions
belajarbelajar/src/main/resources/templates/error/400.html
belajarbelajar/src/main/resources/templates/error/500.html
+16
-0
16 additions, 0 deletions
belajarbelajar/src/main/resources/templates/error/500.html
with
32 additions
and
0 deletions
belajarbelajar/src/main/resources/templates/error/400.html
0 → 100644
+
16
−
0
View file @
ef2713e8
<!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
This diff is collapsed.
Click to expand it.
belajarbelajar/src/main/resources/templates/error/500.html
0 → 100644
+
16
−
0
View file @
ef2713e8
<!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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment