aboutsummaryrefslogtreecommitdiff
path: root/mottovote/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'mottovote/public/index.html')
-rw-r--r--mottovote/public/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/mottovote/public/index.html b/mottovote/public/index.html
index 0bffbdd..c562fa7 100644
--- a/mottovote/public/index.html
+++ b/mottovote/public/index.html
@@ -14,6 +14,11 @@
</head>
<body>
+ <div class="pure-menu pure-menu-horizontal">
+ <a href="/" class="pure-menu-item pure-menu-link">Home</a>
+ <a href="/auth/api/logout" class="pure-menu-item pure-menu-link">Logout</a>
+ </div>
+
<main>
<div id="vote"></div>
<button class="pure-button pure-button-primary" id="voteButton">Vote!</button>