Skip to content

Instantly share code, notes, and snippets.

@psiborg
Created January 6, 2012 08:36
Show Gist options
  • Select an option

  • Save psiborg/1569729 to your computer and use it in GitHub Desktop.

Select an option

Save psiborg/1569729 to your computer and use it in GitHub Desktop.
HTML 5 Template (Inline)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=no">
<title>Heading</title>
<link href="favicon.ico" rel="icon" type="image/x-icon">
<style type="text/css">
</style>
</head>
<body>
<h1>Heading</h1>
<p>The quick brown fox jumps over the lazy dog.</p>
<script type="text/javascript">
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment