Skip to content

Instantly share code, notes, and snippets.

@guillaumealgis
Forked from nathansmith/html5_template.html
Created July 15, 2012 14:37
Show Gist options
  • Save guillaumealgis/3117222 to your computer and use it in GitHub Desktop.
Save guillaumealgis/3117222 to your computer and use it in GitHub Desktop.
Simple HTML5 Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>untitled</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<script type="text/javascript" src=""></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment