Skip to content

Instantly share code, notes, and snippets.

@astro648
Created August 15, 2021 20:24
Show Gist options
  • Save astro648/a2580f28dd466b6ebc49da0d0d027038 to your computer and use it in GitHub Desktop.
Save astro648/a2580f28dd466b6ebc49da0d0d027038 to your computer and use it in GitHub Desktop.
Hello World basic code for HTML just in case anyone needs it
<html>
<head><title>Hello World</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