Created
October 3, 2010 20:10
-
-
Save guybrush/608882 to your computer and use it in GitHub Desktop.
This file contains 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> | |
<head> | |
<title></title> | |
<style> | |
body {background:black; color:white;} | |
</style> | |
<script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script> | |
<link id="bespin_base" href="BespinEmbedded-0.9a2/prebuilt"/> | |
<script src="BespinEmbedded-0.9a2/prebuilt/BespinEmbedded.js"></script> | |
</head> | |
<body> | |
<div class="bespin">test</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment