Skip to content

Commit

Permalink
Add static landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
jcardozo committed Sep 16, 2024
1 parent ddcd4bf commit a794244
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/main/resources/static/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Devbox Spring Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<p>Hi there!</p>
<p>The webserver was started to serve the Devbox Spring Demo application.</p>
<p>Visit or curl the <a href="/greeting">greeting endpoint</a> to test the API.</p>
<p>Refer to the <a href="https://github.com/eth-library/devbox-spring-demo">GitHub repository</a> for more information.</p>
</body>
</html>

0 comments on commit a794244

Please sign in to comment.