|
@@ -1,9 +1,9 @@
|
|
|
<template name="footer">
|
|
|
<footer>
|
|
|
<p>Copyright © 2015 All Right Reserved</p>
|
|
|
- <button class="footerButtons" id="APIButton">API |</button>
|
|
|
- <button class="footerButtons" id="termsButton">Terms |</button>
|
|
|
- <button class="footerButtons" id="privacyButton">Privacy |</button>
|
|
|
- <button class="footerButtons" id="aboutButton">About</button>
|
|
|
+ <a class="footerButtons" id="apiButton">API |</a>
|
|
|
+ <a href="/terms" class="footerButtons" id="termsButton">Terms |</a>
|
|
|
+ <a href="/privacy" class="footerButtons" id="privacyButton">Privacy |</a>
|
|
|
+ <a class="footerButtons" id="aboutButton">About</a>
|
|
|
</footer>
|
|
|
</template>
|