Skip to content

Instantly share code, notes, and snippets.

@abdelilah
Created October 5, 2012 09:23
Show Gist options
  • Save abdelilah/3838898 to your computer and use it in GitHub Desktop.
Save abdelilah/3838898 to your computer and use it in GitHub Desktop.
HTML5 Starting template
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="/favicon.png" />
<title>The Title</title>
</head>
<body>
<div class="container">
Hello world
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment