Skip to content

Commit

Permalink
refactor(static): index 경로 접속시 띄울 404 화면 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jminkkk committed Aug 9, 2024
1 parent ee36b23 commit fbcc50f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added backend/src/main/resources/static/404.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions backend/src/main/resources/static/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Hello</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>

<img src="404.png" width=100%>

</body>
</html>

0 comments on commit fbcc50f

Please sign in to comment.