Custom 404 page
This commit is contained in:
14
src/main/resources/public/404.html
Normal file
14
src/main/resources/public/404.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Error 404</title>
|
||||
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
||||
</head>
|
||||
|
||||
<body style="text-align: center;">
|
||||
<h1>Error 404!</h1>
|
||||
It's okay, we all make mistakes.
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user