summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/static/index.html b/static/index.html
index 0cc6ec9..67a18aa 100644
--- a/static/index.html
+++ b/static/index.html
@@ -15,12 +15,16 @@
<div id="login-links" hidden>
<a href="login.html">Login</a> / <a href="register.html">Register</a>
</div>
- <span id="logged-in" hidden></span>
+ <div id="logout-links" hidden>
+ <span id="logged-in"></span><br>
+ <a href="javascript:logout()">Logout</a>
+ </div>
+
<h1>C&amp;! Code Golf Leaderboard</h1>
<p>In normal golf, the goal is to get a ball into a hole in as few swings as possible. Code golf is similar, but instead of swings your success is measured in bytes of source code. The following page contains a list of programming challenges. Your task is, first and foremost, to try to solve them, but secondly you should try to do so with as short a program as possible.</p>
- <p>There are no strict rules, choose whatever language you'd like and have fun with it. The goal is to get you coding and thinking. Some of the problems are challenging, especially the last few. Good luck!o</p>
+ <p>There are no strict rules, choose whatever language you'd like and have fun with it. The goal is to get you coding and thinking. Some of the problems are challenging, especially the last few. Good luck!</p>
<h2>Problems</h2>