summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2026-05-01 12:27:42 +0800
committeraltaf-creator <dev@altafcreator.com>2026-05-01 12:27:42 +0800
commitcdfdd3a2d6bdd2ac37e2bd237b6e760864e41db1 (patch)
tree5d692d9c28b01b4d508f94edd7a3b5e21cdee453 /www/index.html
parentdb1c6676a13798ee57dbac429a1d5045b60356fb (diff)
new backend + turnstile
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
index 1e79d20..7a9c263 100644
--- a/www/index.html
+++ b/www/index.html
@@ -11,6 +11,13 @@
<link rel="me" href="https://mastodon.gamedev.place/@altaf">
<title>This is altaf-creator</title>
<link rel="stylesheet" href="/packages/fontawesome-free-6.5.2-web/css/all.css">
+ <link rel="preconnect" href="https://challenges.cloudflare.com" />
+ <!-- Cloudflare Turnstile -->
+ <script
+ src="https://challenges.cloudflare.com/turnstile/v0/api.js"
+ async
+ defer
+ ></script>
</head>
<body onload="index();">
@@ -148,6 +155,7 @@
<li><a class="link" href="https://git.altafcreator.com/"><i class="fa-brands fa-git-alt"></i> altaf-git<span class="desktop">: source code repositories for all my projects</span></a></li>
</ul>
<h1>Contact Me!</h1>
+ <div class="cf-turnstile" data-sitekey="0x4AAAAAAC1yqhk5tXbXfvXw" data-callback="onTurnstileSuccess"></div>
<ul>
<li>For <b>business<span class="desktop"> inquiries</span></b>: <a href="mailto:@.com" class="link"><i class="fa-solid fa-envelope"></i> hidden for now, too many spam</a></li>
<li>For <span class="desktop">contacting me </span><b>personal<span class="desktop">ly</span></b>: <a href="mailto:@.com" class="link"><i class="fa-solid fa-envelope"></i> hidden for now, too many spam</a></li>