Skip to content

Commit f337fac

Browse files
committed
remove tally
1 parent c87a4bf commit f337fac

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

index.html

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="fr">
33
<head>
4-
<script async src="https://tally.so/widgets/embed.js"></script>
5-
<script>
6-
window.TallyConfig = {
7-
"formId": "mJXoKr",
8-
"popup": {
9-
"emoji": {
10-
"text": "👋",
11-
"animation": "wave"
12-
},
13-
"open": {
14-
"trigger": "time",
15-
"ms": 5000
16-
},
17-
"autoClose": 2000
18-
}
19-
};
20-
</script>
214

225
<script defer src="https://cloud.umami.is/script.js" data-website-id="8c88412c-a7d5-42f3-9644-f84e1b0c9b8a"></script>
236
<meta charset="UTF-8" />
@@ -52,7 +35,7 @@
5235
position: absolute;
5336
width: 100%;
5437
height: 100%;
55-
line-height: 1.1em;
38+
line-height: 1.1em;
5639
text-align: center;
5740
backface-visibility: hidden;
5841
border: 2px solid #333;
@@ -68,7 +51,7 @@
6851

6952
.front {
7053
transform: rotateX(0deg);
71-
z-index: 2;
54+
z-index: 2;
7255
}
7356

7457
.back {

0 commit comments

Comments
 (0)