Add footer to oauth views

This commit is contained in:
Johannes Zellner
2017-01-29 12:13:51 -08:00
parent e0033b31f2
commit 40c7bd114a
+6
View File
@@ -1,3 +1,9 @@
<footer class="text-center">
<span class="text-muted">&copy; 2017 <a href="https://cloudron.io" target="_blank">Cloudron</a></span>
<span class="text-muted"><a href="https://twitter.com/cloudron_io" target="_blank">Twitter <i class="fa fa-twitter"></i></a></span>
<span class="text-muted"><a href="https://chat.cloudron.io" target="_blank">Chat <i class="fa fa-comments"></i></a></span>
</footer>
</body>
</html>