word-games-theme 3.3.4 → 3.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_data/wordgames/en/root.json +8 -0
- data/_includes/head/index.html +0 -5
- data/_includes/wordgames/faqs/faqs.html +4 -2
- data/_includes/wordgames/head/head.html +0 -5
- data/_layouts/contactUs.html +118 -0
- data/_layouts/wordgames-disclaimer.html +106 -136
- data/_layouts/wordgames-privacy-policy.html +138 -604
- data/_layouts/wordgames-terms-and-conditions.html +121 -541
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e35739758feed1f18dea3ee044ed8879bbcaa2acaf9c1339736b43e29f4affd
|
|
4
|
+
data.tar.gz: 969cb1c8e95fce95526f3202b781cc8686d6cd653bd90386732a0cefa7591b07
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd293cd5ce2de3e4e6abcc965936b53f8afe49d558d85847fd7ee9a1471e27a84f26dbb318f33b6c53c95548dbe1f9da370cf8c9f3a627a69d00069669340aed
|
|
7
|
+
data.tar.gz: a8509d00ad02c2fff6cf02cbc2396b4143b6cce5d15c156131f8a44ca17ee43f1627a7de7b138d6e8fbcbf96c9c32ae3e4f4be4ba1d4a4cac71038abf09dfc2a
|
|
@@ -47,6 +47,14 @@
|
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
49
|
"faqList": [
|
|
50
|
+
{
|
|
51
|
+
"Question": "Can I also find words using 3 blanks instead of 2?\n",
|
|
52
|
+
"Answer": "Yes! You can use 3 blanks or simply visit <a href=\"<a href=\"https://wordswithletters.org/words-with-these-letters-and-3-blanks\" target=\"_blank\" rel=\"noopener noreferrer\">https://wordswithletters.org/words-with-these-letters-and-3-blanks</a>\" target=\"_blank\" rel=\"noopener noreferrer\"><a href=\"https://wordswithletters.org/words-with-these-letters-and-3-blanks\" target=\"_blank\" rel=\"noopener noreferrer\">https://wordswithletters.org/words-with-these-letters-and-3-blanks</a></a>. \n"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"Question": "Can I get a list of 5-letter words using this tool?\n",
|
|
56
|
+
"Answer": "Absolutely. Apply filters to choose word length as 5, or simply visit <a href=\"<a href=\"https://wordswithletters.org/five-letter-words-with-these-letters\" target=\"_blank\" rel=\"noopener noreferrer\">https://wordswithletters.org/five-letter-words-with-these-letters</a>\" target=\"_blank\" rel=\"noopener noreferrer\"><a href=\"https://wordswithletters.org/five-letter-words-with-these-letters\" target=\"_blank\" rel=\"noopener noreferrer\">https://wordswithletters.org/five-letter-words-with-these-letters</a></a> to find a complete list of valid 5-letter words."
|
|
57
|
+
},
|
|
50
58
|
{
|
|
51
59
|
"Question": "What are the tips and tricks to unscramble words quickly?",
|
|
52
60
|
"Answer": "When it comes to unscrambling words from jumbled letters, there are several strategies that can make very helpful. Here are some tried and tested tips and tricks that help you find the answers to the puzzle: - \n \n 1. Separate the consonants from the vowels and see what you can come up with by pairing various consonants with vowels.\n 2. Look for short terms that begin with two or three letters. Then see if you can make them longer by pluralizing or modifying the tense.\n 3. Pick words with any prefixes or suffixes that can extend their length.\n \nThese are some quick and easy-to-use tips to find answers to word puzzles."
|
data/_includes/head/index.html
CHANGED
|
@@ -25,9 +25,11 @@
|
|
|
25
25
|
<!-- <div class="col-lg-12 col-md-12 p-0 mt-5"> -->
|
|
26
26
|
{% for entry in dataToShow.faqList %}
|
|
27
27
|
<div class="faq-question">{{entry.Question}}</div>
|
|
28
|
-
<div class="faq-answer">{
|
|
28
|
+
<div class="faq-answer">{% assign final_answer = entry.Answer | replace: "$variable", page.value %}{% if final_answer contains "<a" %} {{ final_answer }} {% else %} {{ final_answer | auto_link }} {% endif %}</div>
|
|
29
29
|
{% endfor %}
|
|
30
30
|
<!-- </div> -->
|
|
31
31
|
</div>
|
|
32
32
|
{%- endif -%}
|
|
33
|
-
</div>
|
|
33
|
+
</div>
|
|
34
|
+
|
|
35
|
+
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
{% assign file = page.fileName %} {% assign folder = page.folderName %} {%
|
|
2
|
+
assign lang = page.lang %} {% assign disclaimerData =
|
|
3
|
+
site.data[folder][lang][file] %}
|
|
4
|
+
<!doctype html>
|
|
5
|
+
<html lang="{{disclaimerData.htmlLangAtt}}">
|
|
6
|
+
{%- include wordgames/head/head.html -%}
|
|
7
|
+
|
|
8
|
+
<body>
|
|
9
|
+
{%- include wordgames/header/new-header.html -%}
|
|
10
|
+
|
|
11
|
+
<!-- Start main body content -->
|
|
12
|
+
<section class="features-content section-gap">
|
|
13
|
+
<h1 class="information-title pb-5 font-bold text-dark text-center">
|
|
14
|
+
{{page.title}}
|
|
15
|
+
</h1>
|
|
16
|
+
<div class="container">
|
|
17
|
+
{%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
|
|
18
|
+
<div class="row">
|
|
19
|
+
<div class="col-md-9 mx-auto">
|
|
20
|
+
{%- endif -%}
|
|
21
|
+
<p>
|
|
22
|
+
We, <b>{{page.companyName}}</b> (hereinafter referred to as the
|
|
23
|
+
"FIRM," which expression shall, unless repugnant to the context
|
|
24
|
+
thereof, be deemed to include its respective legal heirs,
|
|
25
|
+
representatives, administrators, permitted successors and
|
|
26
|
+
assigns), provide this Disclaimer to explain the limits of Our
|
|
27
|
+
responsibility regarding Your use of the Platform.
|
|
28
|
+
</p>
|
|
29
|
+
<div class="py-3">
|
|
30
|
+
<p>
|
|
31
|
+
The Platform is a free-to-play word game website that does not
|
|
32
|
+
require registration, login, or the creation of an account. The
|
|
33
|
+
games, word lists, definitions, scores, and other results made
|
|
34
|
+
available on the Platform are generated algorithmically and are
|
|
35
|
+
provided for entertainment and educational purposes only.
|
|
36
|
+
</p>
|
|
37
|
+
<p>
|
|
38
|
+
The Firm will not be responsible for any damage suffered by You
|
|
39
|
+
from use of the Platform. This includes, but is not limited to,
|
|
40
|
+
loss of data, loss of saved game progress, or service
|
|
41
|
+
interruptions arising from any act or omission beyond Our
|
|
42
|
+
reasonable control. This disclaimer also applies to any damage
|
|
43
|
+
caused by any failure of performance, error, omission,
|
|
44
|
+
interruption, deletion, defect, delay in operation or
|
|
45
|
+
transmission, computer virus, communication line failure, or
|
|
46
|
+
unauthorized access to or alteration of any data, whether
|
|
47
|
+
arising from breach of contract, tortious behaviour, negligence,
|
|
48
|
+
or any other cause of action.
|
|
49
|
+
</p>
|
|
50
|
+
<p>
|
|
51
|
+
The services on the Platform are provided on an "as available"
|
|
52
|
+
basis, without any promise or guarantee by the Firm. While the
|
|
53
|
+
Firm endeavours to keep the information, word lists, and results
|
|
54
|
+
on the Platform accurate and up to date, the Firm makes no
|
|
55
|
+
representations or warranties of any kind, express or implied,
|
|
56
|
+
about the completeness, accuracy, reliability, suitability, or
|
|
57
|
+
availability of the Platform or the information, games, or
|
|
58
|
+
related graphics contained on it. Any reliance You place on such
|
|
59
|
+
information is therefore strictly at Your own risk.
|
|
60
|
+
</p>
|
|
61
|
+
<p>
|
|
62
|
+
Your use of the Platform and its games is entirely at Your own
|
|
63
|
+
discretion and risk. The Firm bears no responsibility for any
|
|
64
|
+
outcome, incidental, direct, indirect, or otherwise, arising
|
|
65
|
+
from Your use of the Platform. In no event will the Firm be
|
|
66
|
+
liable for any loss or damage, including without limitation
|
|
67
|
+
indirect or consequential loss or damage, or any loss of data
|
|
68
|
+
arising out of, or in connection with, Your use of the Platform.
|
|
69
|
+
</p>
|
|
70
|
+
<p>
|
|
71
|
+
The Platform may display advertisements or contain links to
|
|
72
|
+
other websites that are not under the control of the Firm. We
|
|
73
|
+
have no control over the nature, content, or availability of
|
|
74
|
+
those third-party websites, and the inclusion of any link or
|
|
75
|
+
advertisement does not imply a recommendation or endorsement of
|
|
76
|
+
the views, products, or services offered there. Any
|
|
77
|
+
advertisements appearing on the Platform relating to third-party
|
|
78
|
+
websites or services are for informational purposes only, and
|
|
79
|
+
Your interactions with any such third party are solely between
|
|
80
|
+
You and that third party.
|
|
81
|
+
</p>
|
|
82
|
+
<p>
|
|
83
|
+
Every effort is made to keep the Platform running smoothly.
|
|
84
|
+
However, the Firm takes no responsibility for, and will not be
|
|
85
|
+
liable for, the Platform being temporarily unavailable due to
|
|
86
|
+
technical issues, maintenance, or other causes beyond Our
|
|
87
|
+
reasonable control.
|
|
88
|
+
</p>
|
|
89
|
+
<p>
|
|
90
|
+
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE FIRM
|
|
91
|
+
DISCLAIMS ALL LIABILITY FOR ANY LOSS OR DAMAGE ARISING FROM YOUR
|
|
92
|
+
USE OF THE PLATFORM, INCLUDING ANY LOSS OF SAVED GAME PROGRESS,
|
|
93
|
+
SCORES, OR PREFERENCES STORED ON YOUR DEVICE, WHETHER RESULTING
|
|
94
|
+
FROM CLEARED BROWSER DATA, DEVICE CHANGES, TECHNICAL FAILURES,
|
|
95
|
+
OR ANY OTHER CAUSE.
|
|
96
|
+
</p>
|
|
97
|
+
<p>
|
|
98
|
+
YOU UNDERSTAND AND AGREE THAT USE OF THE PLATFORM IS ENTIRELY AT
|
|
99
|
+
YOUR OWN DISCRETION AND RISK, AND THAT YOU ARE SOLELY
|
|
100
|
+
RESPONSIBLE FOR ANY DAMAGE TO YOUR DEVICE OR LOSS OF DATA
|
|
101
|
+
RESULTING FROM YOUR USE OF THE PLATFORM. THE FIRM IS NOT
|
|
102
|
+
RESPONSIBLE FOR ANY TYPOGRAPHICAL ERRORS ON THE PLATFORM AND
|
|
103
|
+
ACCEPTS NO LIABILITY FOR ANY ERRORS OR OMISSIONS WITH RESPECT TO
|
|
104
|
+
ANY INFORMATION PROVIDED ON THE PLATFORM, WHETHER PROVIDED BY
|
|
105
|
+
THE FIRM ITSELF OR BY THIRD PARTIES.
|
|
106
|
+
</p>
|
|
107
|
+
</div>
|
|
108
|
+
{%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
|
|
109
|
+
</div>
|
|
110
|
+
</div>
|
|
111
|
+
{%- endif -%}
|
|
112
|
+
</div>
|
|
113
|
+
</section>
|
|
114
|
+
<!-- End main body content -->
|
|
115
|
+
|
|
116
|
+
{%- include wordgames/footer/footer.html -%} {%- include script.html -%}
|
|
117
|
+
</body>
|
|
118
|
+
</html>
|
|
@@ -1,148 +1,118 @@
|
|
|
1
|
-
{% assign file = page.fileName %}
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<!DOCTYPE html>
|
|
1
|
+
{% assign file = page.fileName %} {% assign folder = page.folderName %} {%
|
|
2
|
+
assign lang = page.lang %} {% assign disclaimerData =
|
|
3
|
+
site.data[folder][lang][file] %}
|
|
4
|
+
<!doctype html>
|
|
6
5
|
<html lang="{{disclaimerData.htmlLangAtt}}">
|
|
7
|
-
{%- include wordgames/head/head.html -%}
|
|
6
|
+
{%- include wordgames/head/head.html -%}
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
<body>
|
|
8
|
+
<body>
|
|
11
9
|
{%- include wordgames/header/new-header.html -%}
|
|
12
10
|
|
|
13
11
|
<!-- Start main body content -->
|
|
14
12
|
<section class="features-content section-gap">
|
|
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
|
-
CONTENT
|
|
110
|
-
ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS.
|
|
111
|
-
WEBSITE
|
|
112
|
-
ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR UNAVAILABILITY OF
|
|
113
|
-
ANY
|
|
114
|
-
USER CONTENT.
|
|
115
|
-
</p>
|
|
116
|
-
<p>
|
|
117
|
-
THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED
|
|
118
|
-
THROUGH THE
|
|
119
|
-
PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY
|
|
120
|
-
RESPONSIBLE FOR
|
|
121
|
-
ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH
|
|
122
|
-
MATERIAL
|
|
123
|
-
OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING. PLATFORM ACCEPTS NO
|
|
124
|
-
LIABILITY FOR
|
|
125
|
-
ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED TO YOU WHETHER ON BEHALF OF
|
|
126
|
-
ITSELF OR
|
|
127
|
-
THIRD PARTIES.
|
|
128
|
-
</p>
|
|
129
|
-
<p>
|
|
130
|
-
THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY
|
|
131
|
-
WEBSITE AND
|
|
132
|
-
SERVICES ARE FOR INFORMATION PURPOSE ONLY.
|
|
133
|
-
</p>
|
|
134
|
-
|
|
135
|
-
</div>
|
|
136
|
-
{%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
|
|
13
|
+
<h1 class="information-title pb-5 font-bold text-dark text-center">
|
|
14
|
+
{{page.title}}
|
|
15
|
+
</h1>
|
|
16
|
+
<div class="container">
|
|
17
|
+
{%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
|
|
18
|
+
<div class="row">
|
|
19
|
+
<div class="col-md-9 mx-auto">
|
|
20
|
+
{%- endif -%}
|
|
21
|
+
<p>
|
|
22
|
+
We, <b>{{page.companyName}}</b> (hereinafter referred to as the
|
|
23
|
+
"FIRM," which expression shall, unless repugnant to the context
|
|
24
|
+
thereof, be deemed to include its respective legal heirs,
|
|
25
|
+
representatives, administrators, permitted successors and
|
|
26
|
+
assigns), provide this Disclaimer to explain the limits of Our
|
|
27
|
+
responsibility regarding Your use of the Platform.
|
|
28
|
+
</p>
|
|
29
|
+
<div class="py-3">
|
|
30
|
+
<p>
|
|
31
|
+
The Platform is a free-to-play word game website that does not
|
|
32
|
+
require registration, login, or the creation of an account. The
|
|
33
|
+
games, word lists, definitions, scores, and other results made
|
|
34
|
+
available on the Platform are generated algorithmically and are
|
|
35
|
+
provided for entertainment and educational purposes only.
|
|
36
|
+
</p>
|
|
37
|
+
<p>
|
|
38
|
+
The Firm will not be responsible for any damage suffered by You
|
|
39
|
+
from use of the Platform. This includes, but is not limited to,
|
|
40
|
+
loss of data, loss of saved game progress, or service
|
|
41
|
+
interruptions arising from any act or omission beyond Our
|
|
42
|
+
reasonable control. This disclaimer also applies to any damage
|
|
43
|
+
caused by any failure of performance, error, omission,
|
|
44
|
+
interruption, deletion, defect, delay in operation or
|
|
45
|
+
transmission, computer virus, communication line failure, or
|
|
46
|
+
unauthorized access to or alteration of any data, whether
|
|
47
|
+
arising from breach of contract, tortious behaviour, negligence,
|
|
48
|
+
or any other cause of action.
|
|
49
|
+
</p>
|
|
50
|
+
<p>
|
|
51
|
+
The services on the Platform are provided on an "as available"
|
|
52
|
+
basis, without any promise or guarantee by the Firm. While the
|
|
53
|
+
Firm endeavours to keep the information, word lists, and results
|
|
54
|
+
on the Platform accurate and up to date, the Firm makes no
|
|
55
|
+
representations or warranties of any kind, express or implied,
|
|
56
|
+
about the completeness, accuracy, reliability, suitability, or
|
|
57
|
+
availability of the Platform or the information, games, or
|
|
58
|
+
related graphics contained on it. Any reliance You place on such
|
|
59
|
+
information is therefore strictly at Your own risk.
|
|
60
|
+
</p>
|
|
61
|
+
<p>
|
|
62
|
+
Your use of the Platform and its games is entirely at Your own
|
|
63
|
+
discretion and risk. The Firm bears no responsibility for any
|
|
64
|
+
outcome, incidental, direct, indirect, or otherwise, arising
|
|
65
|
+
from Your use of the Platform. In no event will the Firm be
|
|
66
|
+
liable for any loss or damage, including without limitation
|
|
67
|
+
indirect or consequential loss or damage, or any loss of data
|
|
68
|
+
arising out of, or in connection with, Your use of the Platform.
|
|
69
|
+
</p>
|
|
70
|
+
<p>
|
|
71
|
+
The Platform may display advertisements or contain links to
|
|
72
|
+
other websites that are not under the control of the Firm. We
|
|
73
|
+
have no control over the nature, content, or availability of
|
|
74
|
+
those third-party websites, and the inclusion of any link or
|
|
75
|
+
advertisement does not imply a recommendation or endorsement of
|
|
76
|
+
the views, products, or services offered there. Any
|
|
77
|
+
advertisements appearing on the Platform relating to third-party
|
|
78
|
+
websites or services are for informational purposes only, and
|
|
79
|
+
Your interactions with any such third party are solely between
|
|
80
|
+
You and that third party.
|
|
81
|
+
</p>
|
|
82
|
+
<p>
|
|
83
|
+
Every effort is made to keep the Platform running smoothly.
|
|
84
|
+
However, the Firm takes no responsibility for, and will not be
|
|
85
|
+
liable for, the Platform being temporarily unavailable due to
|
|
86
|
+
technical issues, maintenance, or other causes beyond Our
|
|
87
|
+
reasonable control.
|
|
88
|
+
</p>
|
|
89
|
+
<p>
|
|
90
|
+
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE FIRM
|
|
91
|
+
DISCLAIMS ALL LIABILITY FOR ANY LOSS OR DAMAGE ARISING FROM YOUR
|
|
92
|
+
USE OF THE PLATFORM, INCLUDING ANY LOSS OF SAVED GAME PROGRESS,
|
|
93
|
+
SCORES, OR PREFERENCES STORED ON YOUR DEVICE, WHETHER RESULTING
|
|
94
|
+
FROM CLEARED BROWSER DATA, DEVICE CHANGES, TECHNICAL FAILURES,
|
|
95
|
+
OR ANY OTHER CAUSE.
|
|
96
|
+
</p>
|
|
97
|
+
<p>
|
|
98
|
+
YOU UNDERSTAND AND AGREE THAT USE OF THE PLATFORM IS ENTIRELY AT
|
|
99
|
+
YOUR OWN DISCRETION AND RISK, AND THAT YOU ARE SOLELY
|
|
100
|
+
RESPONSIBLE FOR ANY DAMAGE TO YOUR DEVICE OR LOSS OF DATA
|
|
101
|
+
RESULTING FROM YOUR USE OF THE PLATFORM. THE FIRM IS NOT
|
|
102
|
+
RESPONSIBLE FOR ANY TYPOGRAPHICAL ERRORS ON THE PLATFORM AND
|
|
103
|
+
ACCEPTS NO LIABILITY FOR ANY ERRORS OR OMISSIONS WITH RESPECT TO
|
|
104
|
+
ANY INFORMATION PROVIDED ON THE PLATFORM, WHETHER PROVIDED BY
|
|
105
|
+
THE FIRM ITSELF OR BY THIRD PARTIES.
|
|
106
|
+
</p>
|
|
137
107
|
</div>
|
|
108
|
+
{%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
|
|
109
|
+
</div>
|
|
138
110
|
</div>
|
|
139
111
|
{%- endif -%}
|
|
112
|
+
</div>
|
|
140
113
|
</section>
|
|
141
114
|
<!-- End main body content -->
|
|
142
115
|
|
|
143
|
-
{%- include wordgames/footer/footer.html -%}
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
</body>
|
|
147
|
-
|
|
148
|
-
</html>
|
|
116
|
+
{%- include wordgames/footer/footer.html -%} {%- include script.html -%}
|
|
117
|
+
</body>
|
|
118
|
+
</html>
|