_Noxty
commited on
Upload 3 files
Browse files- index.html +16 -1
- script.js +1 -1
index.html
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div class="container">
|
2 |
<div class="richard">
|
3 |
<div class="hair"></div>
|
@@ -40,4 +50,9 @@
|
|
40 |
<div class="captcha-label">reReCAPTCHA</div>
|
41 |
<div class="button">Tell Richard</div>
|
42 |
</div>
|
43 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en" >
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<title>Compliment Richard CAPTCHA CSS Animation</title>
|
6 |
+
<link rel="stylesheet" href="./style.css">
|
7 |
+
|
8 |
+
</head>
|
9 |
+
<body>
|
10 |
+
<!-- partial:index.partial.html -->
|
11 |
<div class="container">
|
12 |
<div class="richard">
|
13 |
<div class="hair"></div>
|
|
|
50 |
<div class="captcha-label">reReCAPTCHA</div>
|
51 |
<div class="button">Tell Richard</div>
|
52 |
</div>
|
53 |
+
</div>
|
54 |
+
<!-- partial -->
|
55 |
+
<script src="./script.js"></script>
|
56 |
+
|
57 |
+
</body>
|
58 |
+
</html>
|
script.js
CHANGED
@@ -31,4 +31,4 @@ document.addEventListener("DOMContentLoaded", function() {
|
|
31 |
|
32 |
button.addEventListener("click", animateStart);
|
33 |
input.addEventListener("input", (event) => inputChangeHandler(event));
|
34 |
-
});
|
|
|
31 |
|
32 |
button.addEventListener("click", animateStart);
|
33 |
input.addEventListener("input", (event) => inputChangeHandler(event));
|
34 |
+
});
|