summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2024-04-18 06:30:09 +0700
committeraltaf-creator <dev@altafcreator.com>2024-04-18 06:30:09 +0700
commite2abdd822a8ca69aba07c4e28c8f29e0f58d0277 (patch)
tree262f4446f995681f344c1b8c3f86d5fa756e5647
parent259aa28ec9fbfb928864589d9936dbe3607e5d24 (diff)
mastodon verification, retrying
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index b357e57..491b579 100644
--- a/index.html
+++ b/index.html
@@ -8,6 +8,7 @@
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
+ <link rel="me" href="https://mastodon.gamedev.place/@altaf">Mastodon</link>
<title>This is altaf-creator</title>
<script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script>
</head>
@@ -151,7 +152,7 @@
<a href="https://twitter.com/altafcreator" class="button button-social" target="_blank"><i class="fa-brands fa-twitter"></i></a>
<a href="https://github.com/altaf-creator" class="button button-social" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://discord.gg/Mg5WFqrHk3" class="button button-social" target="_blank"><i class="fa-brands fa-discord"></i></a>
- <a rel="me" href="https://mastodon.gamedev.place/@altaf" class="button button-social" target="_blank"><i class="fa-brands fa-mastodon"></i></a>
+ <a href="https://mastodon.gamedev.place/@altaf" class="button button-social" target="_blank"><i class="fa-brands fa-mastodon"></i></a>
</div>
</div>
</div>