Skip to content

Instantly share code, notes, and snippets.

@WebStormWeb
Created March 11, 2012 12:53
Show Gist options
  • Save WebStormWeb/2016353 to your computer and use it in GitHub Desktop.
Save WebStormWeb/2016353 to your computer and use it in GitHub Desktop.
Html5: Starter
<!doctype html>
<head>
<meta charset="utf-8">
<title dir="ltr"></title>
<link rel="stylesheet" media="screen" href="/css/style.css">
</head>
<body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment