Skip to content

Instantly share code, notes, and snippets.

@cx0der
Created February 9, 2019 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cx0der/bca7e6eb79bed83576a8f7bd25f6e536 to your computer and use it in GitHub Desktop.
Save cx0der/bca7e6eb79bed83576a8f7bd25f6e536 to your computer and use it in GitHub Desktop.
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