diff options
author | DemonKingSwarn <rockingswarn@gmail.com> | 2024-11-11 20:45:19 +0530 |
---|---|---|
committer | DemonKingSwarn <rockingswarn@gmail.com> | 2024-11-11 20:45:19 +0530 |
commit | 353895b8cba1cea0cbcd89d3e8dab7b55a6ebe4a (patch) | |
tree | ce1778e4015ef10efb33975aee686cffa1cc9191 /webring | |
parent | 58f616994d1f35a8f7cca3b4cdf813f51f49d644 (diff) | |
download | website-353895b8cba1cea0cbcd89d3e8dab7b55a6ebe4a.zip website-353895b8cba1cea0cbcd89d3e8dab7b55a6ebe4a.tar.gz |
Diffstat (limited to 'webring')
-rw-r--r-- | webring/index.php (renamed from webring/index.html) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webring/index.html b/webring/index.php index 9a1f04b..8caeed3 100644 --- a/webring/index.html +++ b/webring/index.php @@ -24,6 +24,8 @@ <nav> 😎 <a href="/">Home</a> + 🤔 + <a href="/now/">Now page</a> ✍️ <a href="https://demonkingswarn.is-a.dev/blog/">Blog</a> 🖥️ @@ -44,6 +46,9 @@ <div class="gifbuttons"> <a href="https://demonkingswarn.live" target=blank><img src="/assets/media/buttons/web-button.svg" height=31px width=88px></a> </div> + <p> + <a href="https://demonkingswarn.live/contact/" target="blank">Contact</a> me to add your own. + </p> </main> </div> </body> |