Skip to content

Instantly share code, notes, and snippets.

@lincolnthree
Created April 12, 2013 22:13
Show Gist options
  • Select an option

  • Save lincolnthree/5375593 to your computer and use it in GitHub Desktop.

Select an option

Save lincolnthree/5375593 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Rewrite Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="common/bootstrap.css">
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script
src="https://raw.github.com/browserstate/history.js/master/scripts/bundled/html4+html5/jquery.history.js"></script>
<script src="/redoculous/redoculous.js"></script>
</head>
<body>
<div class="container">
<div data-redoculous="http://localhost:8080/redoculous/"
data-repo="https://github.com/ocpsoft/redoculous.git"
data-ref="master" data-repo-root="/docs" data-root="/redoculous/docs"></div>
</div>
<footer>
<p>&copy; ocpsoft.org</p>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment