-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.php
83 lines (76 loc) · 5.41 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>IconCaptcha v4.0.3 - By Fabian Wennink</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=11" />
<meta name="author" content="Fabian Wennink © <?= date('Y') ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="examples/assets/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="examples/assets/demo.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<div class="logo-text">
<a href="https://github.com/fabianwennink/IconCaptcha-PHP/" target="_blank" rel="noopener">
Ic<span>o</span>nCaptcha
</a>
</div>
<div class="shields">
<div class="shields-row">
<a href="https://github.com/fabianwennink/IconCaptcha-PHP/releases" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/version-4.0.3-orange.svg?style=flat-square" alt="Version 4.0.3" />
</a>
<a href="https://github.com/fabianwennink/IconCaptcha-PHP/blob/master/LICENSE" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="MIT license" />
</a>
<a href="https://github.com/fabianwennink/IconCaptcha-PHP/issues" target="_blank" rel="noopener">
<img src="https://img.shields.io/github/issues/fabianwennink/IconCaptcha-PHP?style=flat-square" alt="GitHub issues" />
</a>
<a href="https://github.com/fabianwennink/IconCaptcha-PHP" target="_blank" rel="noopener">
<img src="https://img.shields.io/github/stars/fabianwennink/IconCaptcha-PHP?color=%23ffff&logo=github&style=flat-square" alt="GitHub stars" />
</a>
</div>
<div class="shields-row">
<a href="https://sonarcloud.io/dashboard?id=fabianwennink_IconCaptcha-PHP" target="_blank" rel="nofollow noreferrer noopener">
<img src="https://img.shields.io/sonar/alert_status/fabianwennink_IconCaptcha-PHP?server=https%3A%2F%2Fsonarcloud.io&style=flat-square&logo=sonarcloud" alt="SonarCloud Status Badge" />
<img src="https://img.shields.io/sonar/security_rating/fabianwennink_IconCaptcha-PHP?server=https%3A%2F%2Fsonarcloud.io&style=flat-square&logo=sonarcloud&color=%234c1" alt="SonarCloud Security Rating Badge" />
<img src="https://img.shields.io/sonar/bugs/fabianwennink_IconCaptcha-PHP?server=https%3A%2F%2Fsonarcloud.io&style=flat-square&logo=sonarcloud" alt="SonarCloud Bugs Badge" />
<img src="https://img.shields.io/sonar/vulnerabilities/fabianwennink_IconCaptcha-PHP?server=https%3A%2F%2Fsonarcloud.io&style=flat-square&logo=sonarcloud" alt="SonarCloud Vulnerabilities Badge" />
</a>
</div>
</div>
<div class="section">
<h2>EXAMPLES:</h2>
<a href="examples/forms/regular-form.php"><div class="btn">Regular Form <small>With JavaScript</small></div></a>
<a href="examples/forms/ajax-form.php"><div class="btn">AJAX Form <small>With jQuery</small></div></a>
</div>
<div class="section">
<h2>LINKS:</h2>
<a href="https://github.com/fabianwennink/IconCaptcha-PHP/" target="_blank" rel="noopener"><div class="btn">GitHub repository <small>Star the project on GitHub</small></small></div></a>
<a href="https://buymeacoffee.com/fabianwennink" target="_blank" rel="nofollow noopener"><div class="btn">Support the project <small>Buy me a coffee</small></div></a>
<a href="https://fabianwennink.nl/en/" target="_blank" rel="noopener"><div class="btn">Fabian Wennink <small>Developer Website</small></div></a>
</div>
<div class="copyright">
<p>Copyright © <?= date('Y'); ?> Fabian Wennink - All rights reserved</p>
<p>
<small>
IconCaptcha is licensed under <a href="https://www.fabianwennink.nl/projects/IconCaptcha/license" class="link-underline" target="_blank" rel="noopener">MIT</a>.
Icons made by <a href="https://blendicons.com" class="link-underline" target="_blank" rel="nofollow noopener">BlendIcons</a>.
</small>
</p>
</div>
</div>
<a href="https://github.com/fabianwennink/IconCaptcha-PHP/" target="_blank" rel="noopener">
<div class="corner-ribbon top-left">
STAR ME ON GITHUB
</div>
</a>
<!-- buy me a coffee -->
<script data-name="BMC-Widget" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="fabianwennink"
data-description="Support me on Buy me a coffee!" data-message="If you enjoy IconCaptcha, please consider supporting me with a coffee!"
data-color="#ffffff" data-position="right" data-x_margin="25" data-y_margin="25"></script>
<!-- /buy me a coffee -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,600,700" rel="stylesheet">
</body>
</html>