Skip to content

Instantly share code, notes, and snippets.

@b3sam
Created October 19, 2012 10:28
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 b3sam/3917400 to your computer and use it in GitHub Desktop.
Save b3sam/3917400 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>This is fancy</title>
<link href="prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="prettify.js"></script>
</head>
<body onload="prettyPrint()">
<code class="prettyprint">
print "OH HAI I AM SOME PYTHON"
</code>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment