summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/index.ejs19
1 files changed, 9 insertions, 10 deletions
diff --git a/views/index.ejs b/views/index.ejs
index eabc503..8658182 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -14,7 +14,7 @@
/*
cursor:url(https://s3.amazonaws.com/luckyplop/52d5f60fde3d8562ad566838e0e09ca52725bb09.gif), default;
*/
- cursor: none;
+ cursor: url(/images/transparent.png), none;
}
</style>
<script type="text/javascript">
@@ -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 href="mailto:frontdesk@okfoc.us?subject=hello OKFocus"class="okfocus"><img src="/images/okfocus_logo.png" alt="OKFocus"><br>hire us!</a>
-
-</header>
+ <header>
+ <h3>high scores</h3>
+ <ol id="scores"></ol>
+ <% if (!currentUser) { %>
+ <a href="/auth/facebook"class="fbutton"></a><br>
+ <% } %>
+ </header>
+ <a href="mailto:frontdesk@okfoc.us?subject=hello OKFocus" class="okfocus"><img src="/images/okfocus_logo.png" alt="OKFocus"><br>hire us!</a>
<div id="cursors"></div>
</body>