Page MenuHomeGRNET

index.html
No OneTemporary

File Metadata

Created
Sat, Jan 17, 12:18 PM

index.html

<html>
<head>
<title>reCAPTCHA demo: Simple page</title>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body>
<form method="post" action=".">{% csrf_token %}
{{ form.as_p }}
<button type="submit">Submit</button>
</form>
</body>
</html>

Event Timeline