Skip to content

Instantly share code, notes, and snippets.

@anthonyringoet
Created June 18, 2013 07:50
Show Gist options
  • Save anthonyringoet/5803425 to your computer and use it in GitHub Desktop.
Save anthonyringoet/5803425 to your computer and use it in GitHub Desktop.
html file start
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Untitled</title>
<link href="css/app.css" rel="stylesheet" />
</head>
<body>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript">window.jQuery || document.write('<script src="js/libs/jquery.js" ?>"><\/script>');</script>
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment