diff options
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> |