Created
March 7, 2012 13:21
-
-
Save etienne-snippet/1993067 to your computer and use it in GitHub Desktop.
HTML: Html 5 template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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