Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 18, 2014 21:00
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 devdays/cbbae472789d41e7f808 to your computer and use it in GitHub Desktop.
Save devdays/cbbae472789d41e7f808 to your computer and use it in GitHub Desktop.
Single Page App - Sammy
<!DOCTYPE html>
<html>
<head>
<title>Basic Sammy</title>
</head>
<body>
<div id="content"></div>
<script src="Scripts/jquery-1.4.4.js"></script>
<script src="Scripts/sammy-0.7.4.js"></script>
<script>
// our app goes here
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment