Skip to content

Instantly share code, notes, and snippets.

@jamescmartinez
Created March 17, 2016 03:57
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamescmartinez/bf57d42616ccc4455fab to your computer and use it in GitHub Desktop.
Save jamescmartinez/bf57d42616ccc4455fab to your computer and use it in GitHub Desktop.
Super simple, no frills HTML5 boilerplate!
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello, World!</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
Hello, World!
<script src="javascript.js"></script>
</body>
</html>
@jamescmartinez
Copy link
Author

jamescmartinez commented Apr 28, 2016

A list of everything that goes in the <head> of your document: https://github.com/joshbuchea/HEAD

@jeffski
Copy link

jeffski commented Oct 7, 2022

Sometimes this is all you need. Typing is overrated.

@jamescmartinez
Copy link
Author

Glad it worked for you!

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