Simple index.html
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Home page</title> | |
</head> | |
<body> | |
<h1>Simple Java HTTP server</h1> | |
<p>This is the home page.</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment