Skip to content

Instantly share code, notes, and snippets.

@cx0der
Created February 9, 2019 13:20
Embed
What would you like to do?
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