Skip to content

Instantly share code, notes, and snippets.

@jaimefps
Forked from chrisvfritz/index.html
Created December 7, 2019 20:58
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 jaimefps/d3fde1ae0817f683549a0f2de2097215 to your computer and use it in GitHub Desktop.
Save jaimefps/d3fde1ae0817f683549a0f2de2097215 to your computer and use it in GitHub Desktop.
Simplest possible HTML template
<!doctype html>
<html>
<head>
<title>This is the title of the webpage!</title>
</head>
<body>
<p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment