Skip to content

Instantly share code, notes, and snippets.

@xavierskip
Created July 6, 2021 08:06
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 xavierskip/884a38df6a82711c1482ef08e530d5c5 to your computer and use it in GitHub Desktop.
Save xavierskip/884a38df6a82711c1482ef08e530d5c5 to your computer and use it in GitHub Desktop.
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Server: netcat!
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>A webpage served by netcat</title>
</head>
<body>
A webpage served by netcat
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment