Skip to content

Instantly share code, notes, and snippets.

@tubbo
Created November 29, 2009 08:43
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 tubbo/244859 to your computer and use it in GitHub Desktop.
Save tubbo/244859 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$(function() {
$("#tabs").tabs();
});
</script>
<div id="tabs">
<h1>psychedeli.ca</h1>
<ul>
<li><a href="#tabs-1">prose</a></li>
<li><a href="/music">music</a></li>
<li><a href="/code">code</a></li>
</ul>
<div id="tabs-1">
<%= yield %>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment