-
Notifications
You must be signed in to change notification settings - Fork 32
/
index.html
130 lines (111 loc) · 4.8 KB
/
index.html
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>CAPTCHA VALIDATION</title>
<link rel="icon" type="image/x-icon" href="assets/recaptcha-icon.png" />
<link rel="stylesheet" href="alert/dist/sweetalert.css" />
<link rel="stylesheet" href="./styles/style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" integrity="sha512-Fo3rlrZj/k7ujTnHg4CGR2D7kSs0v4LLanw2qksYuRlEzO+tcaEPQogQ0KaoGN26/zrn20ImR1DfuLWnOo7aBA==" crossorigin="anonymous" referrerpolicy="no-referrer"/>
</head>
<body>
<nav class="navbar">
<div class="logo">
<a href="index.html">Get Your Captcha</a>
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="contributors.html">Contributors</a></li>
<li><a href="about.html">About </a></li>
<li><a href="https://github.com/AdityaSinha2305/ForkTheCaptcha" target="_blank">GitHub </a></li>
</ul>
<div class="menu-icon">
<i class="fas fa-bars"></i>
</div>
</nav>
<main>
<div class="container-fluid">
<img src="assets/img1.jpg" class="bg" alt="Background Image"/>
<div id="visitor-count" class="visitor-count">
<p>Total Visits: <div id="sfc8fakp1k27d64t5yc1x4p4xmjtczfjrqb"></div>
<script type="text/javascript" src="https://counter6.optistats.ovh/private/counter.js?c=8fakp1k27d64t5yc1x4p4xmjtczfjrqb&down=async" async></script>
<noscript><a href="https://www.freecounterstat.com" title="free hit counter"><img src="https://counter6.optistats.ovh/private/freecounterstat.php?c=8fakp1k27d64t5yc1x4p4xmjtczfjrqb" border="0" title="free hit counter" alt="free hit counter"></a></noscript>
</p>
</div>
<!-- Toggle Captcha Menu -->
<div class="toggleMenu">
<button class="toggleCaptchaBtn" id="textCaptchaBtn">Text</button>
<button class="toggleCaptchaBtn" id="mathCaptchaBtn">Math</button>
</div>
<!-- Text Captcha -->
<div class="captcha-container" id="textCaptcha" style="display: block">
<div class="header" style="font-size: 40px"><b>TEXT CAPTCHA</b></div>
<div class="securityCode">
<img src="assets/img2.jpg" class="captchabg" alt="CaptchaImage" />
<p id="code">Avi6479</p>
<div class="icons">
<span class="readText" id="readText">
<i class="fas fa-volume-up" style="font-size: 40px" onmouseover="spkvoiceover()"></i>
</span>
<span class="changeText" id="changeTextBtn">
<i class="fas fa-sync-alt" style="font-size: 40px" onmouseover="spkrefresh()"></i>
</span>
</div>
</div>
<div class="timer">
<!-- Time Left : -->
<p class="timerText text"></p>
<p class="countDownTimer text"></p>
</div>
<div class="userInput">
<input id="textbox" type="text" placeholder="Type the text here" />
<button class="btn" id="submitTextBtn" onmouseover="spksubmit()" type="submit">Submit</button>
</div>
<div class="form-group">
<button id="start-btn" onmouseover="spkstart()" class="btn btn-danger btn-block">START</button>
<p id="instructions">PRESS THE START BUTTON</p>
</div>
</div>
<!-- Math Captcha -->
<div class="captcha-container" id="mathCaptcha" style="display: none">
<div class="header" style="font-size: 40px"><b>MATH CAPTCHA</b></div>
<div class="securityCode">
<img src="assets/img2.jpg" class="captchabg" alt="CaptchaImage" />
<p id="mathCode">5 + 7</p>
<div class="icons">
<span class="readText" id="readMath">
<i class="fas fa-volume-up" style="font-size: 40px" onmouseover="spkvoiceover()"></i>
</span>
<span class="changeText" id="changeMathBtn">
<i class="fas fa-sync-alt" style="font-size: 40px" onmouseover="spkrefresh()"></i>
</span>
</div>
</div>
<div class="timer">
<!-- Time Left : -->
<p class="timerText math"></p>
<p class="countDownTimer math"></p>
</div>
<div class="userInput">
<input id="mathInput" type="number" placeholder="Type the result"/>
<button class="btn" id="submitMathBtn" onmouseover="spksubmit()" type="submit">Submit</button>
</div>
<div class="form-group">
<button id="start-btn" onmouseover="spkstart()" class="btn btn-danger btn-block">START</button>
<p id="instructions">PRESS THE START BUTTON</p>
</div>
</div>
</div>
</main>
<footer>
<p>© 2024 ForkTheCaptcha. All rights reserved.</p>
</footer>
<script src="https://code.responsivevoice.org/responsivevoice.js"></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script src="js/script.js"></script>
<script src="js/speechrecog.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="js/codefont.js"></script>
</body>
</html>