Skip to content

Commit

Permalink
trallallero trallallà
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Jan 21, 2009
1 parent d7d96f0 commit d263b41
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions index.html
Expand Up @@ -108,6 +108,12 @@ <h2 class="title">Tables</h2>
<tr>
<td><input type="checkbox" class="checkbox" name="id" value="2" /></td><td>2</td><td>ultimate</td><td>Ultimate</td><td>Warrior</td>
</tr>
<tr>
<td><input type="checkbox" class="checkbox" name="id" value="3" /></td><td>3</td><td>andre</td><td>Andre</td><td>The Giant</td>
</tr>
<tr>
<td><input type="checkbox" class="checkbox" name="id" value="4" /></td><td>4</td><td>machoman</td><td>Macho Man</td><td>Randy Savage</td>
</tr>
</table>
<div class="pagination">
<span class="current">1</span><a href="#">2</a><a href="#">3</a><a href="#">4</a><a href="#">5</a><a href="#">6</a><a href="#">7</a><a href="#">8</a><a href="#">9</a><a href="#">1</a><a href="#">10</a>
Expand Down Expand Up @@ -337,10 +343,13 @@ <h3>Switch Theme</h3>
<div class="block">
<h3>Sidebar</h3>
<ul class="navigation">
<li><a href="#">Example link 1</a></li>
<li><a href="#">Example link 2</a></li>
<li><a href="#">Example link 3</a></li>
<li class="last"><a href="#">Example link 4</a></li>
<li><a href="#block-text">Text</a></li>
<li><a href="#block-tables">Tables</a></li>
<li><a href="#block-forms">Forms</a></li>
<li><a href="#block-messages">Messages</a></li>
<li><a href="#block-forms-2">2 Columns Forms</a></li>
<li><a href="#block-lists">Lists</a></li>
<li><a href="#block-lists-2">Other Lists</a></li>
</ul>
</div>
<div class="block">
Expand All @@ -363,4 +372,4 @@ <h4>Sidebar Inner block Title</h4>
</div>
</div>
</body>
</html>
</html>

0 comments on commit d263b41

Please sign in to comment.