Skip to content

Commit

Permalink
move header/logo to top
Browse files Browse the repository at this point in the history
  • Loading branch information
maetl committed Apr 28, 2012
1 parent bf7aa20 commit 96d8c1d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions musichackday/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@
}

</style>
<header>
<h1>TokStar</h1>
</header>

<nav>

<h2>Line your song up</h2>
Expand All @@ -204,10 +208,9 @@ <h2>Add yourself to the playlist</h2>
</nav>
<section>

<h1>&#10032;TokStar&#10032;</h1>
<button class="voteup">&#x2714; oh yeah!</button> <button class="votedown">&#x2718; boo!</button>
<ol>
</ol>
<button class="voteup">&#x2714; oh yeah!</button> <button class="votedown">&#x2718; boo!</button>

<section>

Expand Down Expand Up @@ -243,5 +246,4 @@ <h1>&#10032;TokStar&#10032;</h1>
});


</script>

</script>

0 comments on commit 96d8c1d

Please sign in to comment.