Skip to content

Instantly share code, notes, and snippets.

@etienne-snippet
Created March 7, 2012 13:21
Show Gist options
  • Save etienne-snippet/1993067 to your computer and use it in GitHub Desktop.
Save etienne-snippet/1993067 to your computer and use it in GitHub Desktop.
HTML: Html 5 template
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="">
<title></title>
<!-- INCLUDE CSS FILES -->
<link type="text/css" rel="stylesheet" href="css/style.css">
<!-- INCLUDE JQUERY -->
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!-- INCLUDE OTHER JAVASCRIPT FILES -->
<script type="text/javascript" src=""></script>
<script type="text/javascript">
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment