Skip to content

Commit

Permalink
8080으로 들어갔을때 보여줄 Html
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoochanhong committed Mar 19, 2023
1 parent bf83729 commit c69984e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions demo/src/main/resources/static/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE HTML>
<html>
<head>
<title>hello</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
hello
<a href="/hello">hello</a>
</body>
</html>

0 comments on commit c69984e

Please sign in to comment.