Skip to content

Instantly share code, notes, and snippets.

@MartinThoma
Created May 16, 2020 12:05
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 MartinThoma/4f7b6d3ed6c5fee6d07a89beaef875ca to your computer and use it in GitHub Desktop.
Save MartinThoma/4f7b6d3ed6c5fee6d07a89beaef875ca to your computer and use it in GitHub Desktop.
Basic web page
<html>
<head>
<title>This is the title</title>
</head>
<body>
<p>Hello World!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment