diff options
author | Marvin Borner | 2020-11-05 20:01:09 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-05 20:01:09 +0100 |
commit | 50f973d67af54cf52dbdc64e98b33ccd3cd8210e (patch) | |
tree | 27087460ca470fec97f481771b5d6d4950169c8a /overview | |
parent | c4431482a0aa209e0091b759e4977f2398a20fdc (diff) |
Public vote stats
Diffstat (limited to 'overview')
-rw-r--r-- | overview/public/index.html | 3 | ||||
l--------- | overview/public/votes.html | 1 | ||||
l--------- | overview/public/votes.js | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/overview/public/index.html b/overview/public/index.html index 4a0d35e..a9546e8 100644 --- a/overview/public/index.html +++ b/overview/public/index.html @@ -35,6 +35,9 @@ <a href="/mottovote" class="pure-menu-link">Motto-Voting</a> </li> <li class="pure-menu-item"> + <a href="/votes.html" class="pure-menu-link">Führende Mottos</a> + </li> + <li class="pure-menu-item"> <a href="/quotes" class="pure-menu-link">Zitate</a> </li> <!--<li class="pure-menu-item"> diff --git a/overview/public/votes.html b/overview/public/votes.html new file mode 120000 index 0000000..cfc670c --- /dev/null +++ b/overview/public/votes.html @@ -0,0 +1 @@ +/home/melvin/code/abizeugs/admin/public/votes.html
\ No newline at end of file diff --git a/overview/public/votes.js b/overview/public/votes.js new file mode 120000 index 0000000..a66cd83 --- /dev/null +++ b/overview/public/votes.js @@ -0,0 +1 @@ +/home/melvin/code/abizeugs/admin/public/votes.js
\ No newline at end of file |