Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
Added a static index.html page.
  • Loading branch information
nhkhai committed May 2, 2024
1 parent b78f156 commit 7d77522
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/resources/static/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Review Room Backend</title>
</head>
<body>
<h1>The Review Room Backend</h1>
</body>
</html>

0 comments on commit 7d77522

Please sign in to comment.