Skip to content

Instantly share code, notes, and snippets.

@chrisvfritz
Created November 18, 2014 19:22
Show Gist options
  • Save chrisvfritz/bc010e6ed25b802da7eb to your computer and use it in GitHub Desktop.
Save chrisvfritz/bc010e6ed25b802da7eb 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>
@Pl4stICA
Copy link

Pl4stICA commented Jun 3, 2024

Nice, Thank you!

@kiraje
Copy link

kiraje commented Jul 1, 2024

Nice

@thanh-giang
Copy link

52

@nirness
Copy link

nirness commented Jul 4, 2024

42

@alex-svrdnk
Copy link

69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment