11 lines
262 B
HTML
11 lines
262 B
HTML
<html>
|
|
<head>
|
|
<script id="turnstile-js" src="https://challenges.cloudflare.com/turnstile/v0/api.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<form class="turnstile-form">
|
|
<div class="cf-turnstile" data-sitekey="[use your own site key]"></div>
|
|
</form>
|
|
</body>
|
|
</html>
|