Skip to content

Instantly share code, notes, and snippets.

@coolaj86
Created March 10, 2010 22:12
Show Gist options
  • Save coolaj86/328502 to your computer and use it in GitHub Desktop.
Save coolaj86/328502 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<script src="javascripts/json2.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<script src="javascripts/underscore-min.js" type="text/javascript"></script>
<script src="javascripts/pure.js" type="text/javascript"></script>
<link rel=stylesheet href="stylesheets/main.css" type="text/css" media=screen>
<style>
body {
background-color: #238;
color: white;
}
</style>
</head>
<body>
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>
<script src="javascripts/helpers.js" type="text/javascript"></script>
<script src="javascripts/app.js" type="text/javascript"></script>
<h1>ClueList</h1>
<div id="params_log"><%=h @params %></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment