Skip to content

Instantly share code, notes, and snippets.

@cefn
Created January 6, 2016 02:56
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 cefn/f17ad8ba27d60c815d73 to your computer and use it in GitHub Desktop.
Save cefn/f17ad8ba27d60c815d73 to your computer and use it in GitHub Desktop.
<html>
<head>
<script src="browserified/track_template.js"></script>
</head>
<body>
<section class="template">
<ul class="album">
<li class="song">
<h1>Song Title</h1>
<ul class="verse">
<h2>Verse Title</h2>
<li class="line">Verse line</li>
</ul>
</li>
</ul>
</section>
<section id="content"></section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment