aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya <bluenerd@protonmail.com>2022-05-07 11:49:50 +0530
committerAditya <bluenerd@protonmail.com>2022-05-07 11:49:50 +0530
commiteb202d13e0e56f333b2c5565d2ec7ebf9f7cd9d7 (patch)
tree2d9883043d759d64286d87ac93ba2263a17db5ec
parent9d479f81a30c391f6357b9192d82ba444b79fe97 (diff)
add footer
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index f94ecfd..af63d38 100644
--- a/index.html
+++ b/index.html
@@ -15,5 +15,11 @@
<p>Whew! You made it to this place. Perhaps you want to communicate with me?</p>
<p>Sign up on an <a href="https://list.jabber.at/">XMPP server</a> and contact me via an <a href="https://xmpp.org/software/clients/">XMPP client</a>. My username is <code>tachyon</code> [at] <code>chat.divineduty.xyz</code>.<p>
</main>
+ <footer class="content">
+ <hr>
+ <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a class="footer-link" rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a></p>
+ <p><a class="footer-link" href="https://banyan.divineduty.xyz/GNUxeava/chat.divineduty.xyz">View source</a></p>
+ <p>&copy; 2022 &hearts; Aditya Kumar</p>
+ </footer>
</body>
</html>