diff options
Diffstat (limited to 'views/index.ejs')
| -rw-r--r-- | views/index.ejs | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/views/index.ejs b/views/index.ejs index d3fb6af..728be67 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -47,15 +47,14 @@ <p>currently waiting</p> <ol id="users"></ol> --> -<header> - <h3>high scores</h3> - <ol id="scores"></ol> - <% if (!currentUser) { %> - <a href="/auth/facebook"class="fbutton"></a><br> - <% } %> - <a target="_blank" href="http://okfoc.us/"class="okfocus"><img src="/images/okfocus_logo.png" alt="OKFocus"></a> - -</header> + <header> + <h3>high scores</h3> + <ol id="scores"></ol> + <% if (!currentUser) { %> + <a href="/auth/facebook"class="fbutton"></a><br> + <% } %> + </header> + <a target="_blank" href="http://okfoc.us/"class="okfocus"><img src="/images/okfocus_logo.png" alt="OKFocus"></a> <div id="cursors"></div> </body> |
