Skip to content

Instantly share code, notes, and snippets.

@jabberdog
Created April 7, 2017 13:10
Show Gist options
  • Save jabberdog/47cece08ec64c75c9c5ecc65635fbd71 to your computer and use it in GitHub Desktop.
Save jabberdog/47cece08ec64c75c9c5ecc65635fbd71 to your computer and use it in GitHub Desktop.
HTML5 Skeleton for Templating
<!DOCTYPE html>
<html lang="">
<head>
<title>HTML5 Skeleton</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="stylesheet" href="">
<link rel="icon" type="image/png" href="">
</head>
<body>
<header></header>
<section>
<article></article>
<aside></aside>
</section>
<footer></footer>
<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