Skip to content

Instantly share code, notes, and snippets.

@jorgeteixe
Created December 13, 2022 15:38
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 jorgeteixe/d1d1f6226d0045e1e3188e1662aafe2c to your computer and use it in GitHub Desktop.
Save jorgeteixe/d1d1f6226d0045e1e3188e1662aafe2c to your computer and use it in GitHub Desktop.
Example webpage.
<!doctype html>
<html>
<head>
<title>This is the title!</title>
</head>
<body>
<p>This is an example paragraph.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment