-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jcardozo
committed
Sep 16, 2024
1 parent
ddcd4bf
commit a794244
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |