Skip to content

Instantly share code, notes, and snippets.

@cahnory
Created September 15, 2014 07:55
Show Gist options
  • Save cahnory/1bbc11e6e3c2af11b3b2 to your computer and use it in GitHub Desktop.
Save cahnory/1bbc11e6e3c2af11b3b2 to your computer and use it in GitHub Desktop.
Empty HTML5 doc
<!DOCTYPE html>
<html lang="fr-FR" dir="ltr">
<head>
<title>Untitled HTML5 document</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--[if lt IE 9]><script src="assets/libs/html5shiv/html5shiv-prev3.7.2.js"></script><![endif]-->
<link rel="stylesheet" href="assets/main.css" />
</head>
<body>
Hello world.
<script src="assets/main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment