Skip to content

Instantly share code, notes, and snippets.

@nclzz
Forked from nathansmith/html5_template.html
Last active December 19, 2015 15:28
Show Gist options
  • Save nclzz/5976103 to your computer and use it in GitHub Desktop.
Save nclzz/5976103 to your computer and use it in GitHub Desktop.
HTML5 boilerplate
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge, chrome=1" />
<title>untitled</title>
<link rel="stylesheet" href="" />
</head>
<body>
<script src=""></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment