Skip to content

Instantly share code, notes, and snippets.

@manolenso
Created February 20, 2013 22:36
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 manolenso/5000331 to your computer and use it in GitHub Desktop.
Save manolenso/5000331 to your computer and use it in GitHub Desktop.
ossature de base html5
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script type="text/javascript" src="js/jquery-1.9.0.js"></script>
<script type="text/javascript" src="js/js/jquery.localScroll.min.js"></script>
<script type="text/javascript" src="js/jquery.scrollTo.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css" media="all">
<title></title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment