This example only contains a single HTML file:
index.html
<!DOCTYPE html>
<html>
<head>
<title>Server Hello World: Static Website</title>
</head>
<body>
<h1>Happy Coding</h1>
<p>Hello world!</p>
</body>
</html>
You can view the directory here or download it as a zip file here.
You can copy this directory into a Tomcat or Jetty server.