Created
June 18, 2013 07:50
-
-
Save anthonyringoet/5803425 to your computer and use it in GitHub Desktop.
html file start
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 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