Skip to content

Instantly share code, notes, and snippets.

@cassiocardoso
Created February 12, 2014 23:11
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cassiocardoso/8966442 to your computer and use it in GitHub Desktop.
Save cassiocardoso/8966442 to your computer and use it in GitHub Desktop.
An HTML5 basic template.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="A short description of the site" />
<meta name="keywords" content="relevant, keywords, choose, it, wisely" />
<meta name="author" content="Cassio A. Cardoso <caugusto.cardoso@gmail.com>">
<meta name="created_at" content="YYYY-MM-DD HH:MM:SS">
<meta name="last_update" content="YYYY-MM-DD HH:MM:SS">
<title>Web Site Title</title>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="css/style.css" media="screen" />
<!--[if IE]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment