Skip to content

Instantly share code, notes, and snippets.

@eamexicano
Created November 7, 2013 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eamexicano/7357615 to your computer and use it in GitHub Desktop.
Save eamexicano/7357615 to your computer and use it in GitHub Desktop.
HTML5 base template - to be used as a remote repository.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Template</title>
<link rel="stylesheet" href="template.css" type="text/css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<header>
<h1>Template</h1>
</header>
<section>
<article>
<h1>
Title
</h1>
<p>
Content
</p>
</article>
</section>
<footer>
&copy;
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment