@networkpro/legal 0.1.2 → 0.2.0
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.
- package/LICENSE.md +3 -1
- package/PRIVACY.md +45 -86
- package/README.md +1 -1
- package/TERMS.md +40 -14
- package/css/default.css +1 -1
- package/favicon-splash.png +0 -0
- package/{terms.html → html/terms-conditions.html} +119 -64
- package/html/terms-conditions.html.br +0 -0
- package/index.html +10 -11
- package/index.html.br +0 -0
- package/legal.html +19 -9
- package/legal.html.br +0 -0
- package/package.json +1 -1
- package/sitemap.xml +24 -12
- package/terms-of-use.html +543 -0
- package/terms-of-use.html.br +0 -0
- package/terms.html.br +0 -0
@@ -31,8 +31,7 @@ This file is part of Network Pro.
|
|
31
31
|
|
32
32
|
Network Pro is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License ("GNU GPL") as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
33
33
|
|
34
|
-
This material is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
35
|
-
FITNESS FOR A PARTICULAR PURPOSE.
|
34
|
+
This material is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
36
35
|
|
37
36
|
See the GNU General Public License for more details.
|
38
37
|
|
@@ -50,9 +49,18 @@ This file is part of Network Pro.
|
|
50
49
|
<title> Terms and Conditions — Network Pro </title>
|
51
50
|
|
52
51
|
<!-- STYLESHEETS -->
|
53
|
-
<link
|
54
|
-
|
55
|
-
|
52
|
+
<link
|
53
|
+
rel="stylesheet"
|
54
|
+
href="https://legal.netwk.pro/css/normalize.css"
|
55
|
+
type="text/css" />
|
56
|
+
<link
|
57
|
+
rel="stylesheet"
|
58
|
+
href="https://legal.netwk.pro/css/style.css"
|
59
|
+
type="text/css" />
|
60
|
+
<link
|
61
|
+
rel="stylesheet"
|
62
|
+
href="https://legal.netwk.pro/css/default.css"
|
63
|
+
type="text/css" />
|
56
64
|
<!-- Font Awesome solids and brands -->
|
57
65
|
<script
|
58
66
|
src="https://kit.fontawesome.com/f70f03cb45.js"
|
@@ -66,13 +74,19 @@ This file is part of Network Pro.
|
|
66
74
|
name="robots"
|
67
75
|
content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
68
76
|
|
69
|
-
<link
|
70
|
-
|
77
|
+
<link
|
78
|
+
rel="canonical"
|
79
|
+
href="https://legal.netwk.pro/html/terms-conditions.html" />
|
80
|
+
<base
|
81
|
+
href="https://legal.netwk.pro/html/terms-conditions.html"
|
82
|
+
target="_self" />
|
71
83
|
|
72
84
|
<!-- FACEBOOK META TAGS -->
|
73
85
|
<meta property="og:title" content="Terms and Conditions — Network Pro" />
|
74
86
|
<meta property="og:type" content="website" />
|
75
|
-
<meta
|
87
|
+
<meta
|
88
|
+
property="og:url"
|
89
|
+
content="https://legal.netwk.pro/html/terms-conditions.html" />
|
76
90
|
<meta property="og:image" content="img/banner-og-1200x630.png" />
|
77
91
|
<meta property="og:image:alt" content="Network Pro Strategies" />
|
78
92
|
<meta
|
@@ -85,8 +99,10 @@ This file is part of Network Pro.
|
|
85
99
|
<meta name="twitter:creator" content="@NetEng_pro" />
|
86
100
|
<meta
|
87
101
|
property="twitter:domain"
|
88
|
-
content="https://legal.netwk.pro/terms.html" />
|
89
|
-
<meta
|
102
|
+
content="https://legal.netwk.pro/html/terms-conditions.html" />
|
103
|
+
<meta
|
104
|
+
property="twitter:url"
|
105
|
+
content="https://legal.netwk.pro/html/terms-conditions.html" />
|
90
106
|
<meta name="twitter:title" content="Terms and Conditions — Network Pro" />
|
91
107
|
<meta
|
92
108
|
name="twitter:description"
|
@@ -95,11 +111,21 @@ This file is part of Network Pro.
|
|
95
111
|
<meta name="twitter:image:alt" content="Network Pro Strategies" />
|
96
112
|
<!-- Meta Tags Generated via dnschecker.org -->
|
97
113
|
|
98
|
-
<link
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
114
|
+
<link
|
115
|
+
rel="icon"
|
116
|
+
href="https://legal.netwk.pro/favicon.ico"
|
117
|
+
sizes="any"
|
118
|
+
type="image/x-icon" />
|
119
|
+
<link
|
120
|
+
rel="icon"
|
121
|
+
href="https://legal.netwk.pro/favicon.svg"
|
122
|
+
type="image/svg+xml" />
|
123
|
+
<link
|
124
|
+
rel="apple-touch-icon"
|
125
|
+
href="https://legal.netwk.pro/favicon-180.png"
|
126
|
+
type="image/png" />
|
127
|
+
|
128
|
+
<link rel="manifest" href="https://legal.netwk.pro/site.webmanifest" />
|
103
129
|
<meta name="theme-color" content="#ffc627" />
|
104
130
|
|
105
131
|
<meta http-equiv="Referrer-Policy" content="no-referrer" />
|
@@ -205,13 +231,26 @@ This file is part of Network Pro.
|
|
205
231
|
refer to the applicable
|
206
232
|
<a
|
207
233
|
rel="noopener noreferrer"
|
208
|
-
href="https://
|
234
|
+
href="https://netwk.pro/terms-of-use.html"
|
209
235
|
>Website Terms of Use</a
|
210
236
|
>.</span
|
211
237
|
>
|
212
238
|
|
213
239
|
<hr />
|
214
240
|
|
241
|
+
<p class="small-text"
|
242
|
+
><strong>Formats Available:</strong> <span
|
243
|
+
style="color: #7f6227"
|
244
|
+
>HTML</span
|
245
|
+
>
|
246
|
+
|
|
247
|
+
<a
|
248
|
+
rel="noopener noreferrer"
|
249
|
+
href="https://raw.githubusercontent.com/netwk-pro/netwk-pro-legal/refs/heads/master/assets/onboard/consulting-terms.pdf"
|
250
|
+
>PDF</a
|
251
|
+
></p
|
252
|
+
>
|
253
|
+
|
215
254
|
<section id="intro">
|
216
255
|
<h2>1. Introduction</h2>
|
217
256
|
|
@@ -220,13 +259,14 @@ This file is part of Network Pro.
|
|
220
259
|
cybersecurity, and digital privacy consulting and implementation
|
221
260
|
services provided by Network Pro Strategies ("Company," "we,"
|
222
261
|
"us," or "our"), you ("Client") agree to be bound by these Terms
|
223
|
-
and Conditions ("Terms").
|
224
|
-
|
225
|
-
|
226
|
-
|
262
|
+
and Conditions ("Terms").
|
263
|
+
<strong
|
264
|
+
>These Terms govern all engagements except where explicitly
|
265
|
+
superseded by a separate written agreement or Statement of Work
|
266
|
+
(SOW)</strong
|
267
|
+
>. If you do not agree to these Terms, please do not engage our
|
268
|
+
services.</p
|
227
269
|
>
|
228
|
-
|
229
|
-
<sub><a href="#top">Back to top</a></sub>
|
230
270
|
</section>
|
231
271
|
|
232
272
|
<section id="scope">
|
@@ -238,8 +278,11 @@ This file is part of Network Pro.
|
|
238
278
|
planning, risk analysis, technical implementation, and
|
239
279
|
configuration of third-party cybersecurity tools and systems.
|
240
280
|
Services may be delivered in-person, remotely, or via digital
|
241
|
-
communication platforms.
|
242
|
-
|
281
|
+
communication platforms.
|
282
|
+
<strong
|
283
|
+
>All deliverables and timelines will be governed by individual
|
284
|
+
SOWs when applicable.</strong
|
285
|
+
></p
|
243
286
|
>
|
244
287
|
|
245
288
|
<sub><a href="#top">Back to top</a></sub>
|
@@ -253,10 +296,13 @@ This file is part of Network Pro.
|
|
253
296
|
warranties of any kind, whether express, implied, statutory, or
|
254
297
|
otherwise. The Company expressly disclaims all implied warranties,
|
255
298
|
including but not limited to merchantability, fitness for a
|
256
|
-
particular purpose, and non-infringement.
|
257
|
-
|
258
|
-
|
259
|
-
|
299
|
+
particular purpose, and non-infringement.
|
300
|
+
<strong
|
301
|
+
>We do not warrant that our services or recommendations will
|
302
|
+
detect or prevent all security threats or achieve legal or
|
303
|
+
regulatory compliance unless specifically agreed in
|
304
|
+
writing.</strong
|
305
|
+
></p
|
260
306
|
>
|
261
307
|
|
262
308
|
<sub><a href="#top">Back to top</a></sub>
|
@@ -267,12 +313,15 @@ This file is part of Network Pro.
|
|
267
313
|
|
268
314
|
<p
|
269
315
|
>Client acknowledges that cybersecurity and privacy-related
|
270
|
-
services inherently involve risk.
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
316
|
+
services inherently involve risk.
|
317
|
+
<strong
|
318
|
+
>The Company does not guarantee uninterrupted service,
|
319
|
+
error-free implementation, or complete immunity from breaches or
|
320
|
+
attacks.</strong
|
321
|
+
>
|
322
|
+
Client assumes full responsibility for decisions based on our
|
323
|
+
recommendations and agrees to maintain appropriate internal
|
324
|
+
controls and backup protocols.</p
|
276
325
|
>
|
277
326
|
|
278
327
|
<sub><a href="#top">Back to top</a></sub>
|
@@ -315,14 +364,17 @@ This file is part of Network Pro.
|
|
315
364
|
<h2>7. Client Responsibilities</h2>
|
316
365
|
|
317
366
|
<p
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
367
|
+
><strong
|
368
|
+
>Client shall provide valid, secure, and licensed
|
369
|
+
infrastructure, access credentials, and third-party tools
|
370
|
+
necessary for service delivery.</strong
|
371
|
+
>
|
372
|
+
The Company shall operate exclusively within client-owned or
|
373
|
+
designated environments and shall not independently host, process,
|
374
|
+
or store client data. Compliance with any regulatory frameworks
|
375
|
+
(e.g., HIPAA, GDPR, PCI-DSS) is the sole responsibility of the
|
376
|
+
Client unless explicitly agreed otherwise in a separate written
|
377
|
+
agreement.</p
|
326
378
|
>
|
327
379
|
|
328
380
|
<sub><a href="#top">Back to top</a></sub>
|
@@ -359,11 +411,14 @@ This file is part of Network Pro.
|
|
359
411
|
<h2>10. Exceptions and Negotiations</h2>
|
360
412
|
|
361
413
|
<p
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
414
|
+
><strong
|
415
|
+
>The Company is open to negotiating specific terms upon mutual
|
416
|
+
agreement.</strong
|
417
|
+
>
|
418
|
+
Exceptions to these Terms must be documented in writing and signed
|
419
|
+
by both parties. Flexibility may be offered provided such changes
|
420
|
+
do not impose undue liability or regulatory obligations on the
|
421
|
+
Company.</p
|
367
422
|
>
|
368
423
|
|
369
424
|
<sub><a href="#top">Back to top</a></sub>
|
@@ -384,16 +439,18 @@ This file is part of Network Pro.
|
|
384
439
|
|
385
440
|
|
386
441
|
|
387
|
-
<
|
388
|
-
|
389
|
-
><
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
442
|
+
<section id="download">
|
443
|
+
<p class="center-text"
|
444
|
+
><b
|
445
|
+
><a
|
446
|
+
rel="noopener noreferrer"
|
447
|
+
href="https://raw.githubusercontent.com/netwk-pro/netwk-pro-legal/refs/heads/master/assets/onboard/consulting-terms.pdf"
|
448
|
+
><span class="fa-solid fa-file-arrow-down"></span>
|
449
|
+
Download PDF</a
|
450
|
+
></b
|
451
|
+
></p
|
452
|
+
>
|
453
|
+
</section>
|
397
454
|
</section>
|
398
455
|
<!-- END MAIN CONTENT -->
|
399
456
|
|
@@ -412,13 +469,11 @@ This file is part of Network Pro.
|
|
412
469
|
<td class="bnav-nav"
|
413
470
|
><a
|
414
471
|
rel="noopener noreferrer"
|
415
|
-
href="https://
|
472
|
+
href="https://netwk.pro/terms-of-use.html"
|
416
473
|
target="_blank"
|
417
|
-
>Terms of Use
|
418
|
-
|
419
|
-
|
420
|
-
class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a
|
421
|
-
></td>
|
474
|
+
>Terms of Use</a
|
475
|
+
></td
|
476
|
+
>
|
422
477
|
<td class="bnav-nav"
|
423
478
|
><a
|
424
479
|
rel="noopener noreferrer"
|
@@ -584,6 +639,6 @@ This file is part of Network Pro.
|
|
584
639
|
</footer>
|
585
640
|
<!-- END FOOTER -->
|
586
641
|
|
587
|
-
<script src="js/app.js"></script>
|
642
|
+
<script src="https://legal.netwk.pro/js/app.js"></script>
|
588
643
|
</body>
|
589
644
|
</html>
|
Binary file
|
package/index.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
|
9
9
|
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
10
|
-
<title>
|
10
|
+
<title>Legal Document Portal — Network Pro</title>
|
11
11
|
|
12
12
|
|
13
13
|
<link rel="stylesheet" href="css/normalize.css"/>
|
@@ -20,8 +20,8 @@
|
|
20
20
|
<meta name="author" content="Scott Lopez"/>
|
21
21
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"/>
|
22
22
|
|
23
|
-
<link rel="canonical" href="https://legal.netwk.pro/
|
24
|
-
<base href="
|
23
|
+
<link rel="canonical" href="https://legal.netwk.pro/"/>
|
24
|
+
<base href="https://legal.netwk.pro/" target="_self"/>
|
25
25
|
|
26
26
|
|
27
27
|
<meta property="og:title" content="Legal Document Portal — Network Pro"/>
|
@@ -35,8 +35,8 @@
|
|
35
35
|
<meta name="twitter:card" content="summary_large_image"/>
|
36
36
|
<meta name="twitter:site" content="@NetEng_Pro"/>
|
37
37
|
<meta name="twitter:creator" content="@NetEng_pro"/>
|
38
|
-
<meta property="twitter:domain" content="https://legal.netwk.pro"/>
|
39
|
-
<meta property="twitter:url" content="https://legal.netwk.pro"/>
|
38
|
+
<meta property="twitter:domain" content="https://legal.netwk.pro/"/>
|
39
|
+
<meta property="twitter:url" content="https://legal.netwk.pro/"/>
|
40
40
|
<meta name="twitter:title" content="Legal Document Portal — Network Pro"/>
|
41
41
|
<meta name="twitter:description" content="Legal Document Portal | Security, Networking, Privacy — Network Pro"/>
|
42
42
|
<meta name="twitter:image" content="img/banner-og-1200x630.png"/>
|
@@ -72,9 +72,9 @@
|
|
72
72
|
</header>
|
73
73
|
|
74
74
|
|
75
|
-
|
76
75
|
<div class="full-width-section">
|
77
76
|
<div class="container">
|
77
|
+
|
78
78
|
<hgroup id="site-title">
|
79
79
|
<img decoding="async" loading="lazy" class="logo" src="img/logo-transparent.png" alt="Network Pro Strategies" width="250px" height="250px"/>
|
80
80
|
<div class="index1">Locking Down Networks,<br/>
|
@@ -94,7 +94,7 @@
|
|
94
94
|
<section id="main-content">
|
95
95
|
<p class="center-text"><strong><u>General Legal</u></strong></p>
|
96
96
|
|
97
|
-
<p class="center-text"><a rel="noopener noreferrer" href="https://
|
97
|
+
<p class="center-text"><a rel="noopener noreferrer" href="https://netwk.pro/terms-of-use.html">Website Terms of Use</a></p>
|
98
98
|
|
99
99
|
<p class="center-text"><a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/PRIVACY.md">Privacy Policy</a></p>
|
100
100
|
<p class="center-text"><a rel="noopener noreferrer" href="https://netwk.pro/legal.html">Legal, Copyright, and Licensing</a></p>
|
@@ -103,7 +103,7 @@
|
|
103
103
|
|
104
104
|
<p class="center-text"><strong><u>Consulting and Implementation Services</u></strong></p>
|
105
105
|
|
106
|
-
<p class="center-text"><a rel="noopener noreferrer" href="https://netwk.pro/terms.html">Terms and Conditions</a></p>
|
106
|
+
<p class="center-text"><a rel="noopener noreferrer" href="https://netwk.pro/html/terms-conditions.html">Terms and Conditions</a></p>
|
107
107
|
|
108
108
|
|
109
109
|
</section>
|
@@ -167,15 +167,14 @@
|
|
167
167
|
<div class="bnav-wrap">
|
168
168
|
<table class="bnav"><tbody>
|
169
169
|
<tr>
|
170
|
-
<td class="bnav-nav"><a rel="noopener noreferrer" href="https://
|
171
|
-
<sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a></td>
|
170
|
+
<td class="bnav-nav"><a rel="noopener noreferrer" href="https://netwk.pro/terms-of-use.html" target="_self">Terms of Use</a></td>
|
172
171
|
<td class="bnav-nav"><a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/PRIVACY.md" target="_blank">Privacy Policy
|
173
172
|
<sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
|
174
173
|
</td>
|
175
174
|
</tr>
|
176
175
|
<tr>
|
177
176
|
<td class="bnav-cell" colspan="2">
|
178
|
-
<a rel="noopener noreferrer" href="https://netwk.pro/legal.html" target="
|
177
|
+
<a rel="noopener noreferrer" href="https://netwk.pro/legal.html" target="_self">Legal</a></td>
|
179
178
|
</tr>
|
180
179
|
</tbody>
|
181
180
|
</table>
|
package/index.html.br
CHANGED
Binary file
|
package/legal.html
CHANGED
@@ -31,8 +31,7 @@ This file is part of Network Pro.
|
|
31
31
|
|
32
32
|
Network Pro is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License ("GNU GPL") as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
33
33
|
|
34
|
-
This material is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
35
|
-
FITNESS FOR A PARTICULAR PURPOSE.
|
34
|
+
This material is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
36
35
|
|
37
36
|
See the GNU General Public License for more details.
|
38
37
|
|
@@ -207,6 +206,19 @@ This file is part of Network Pro.
|
|
207
206
|
|
208
207
|
<hr />
|
209
208
|
|
209
|
+
<p class="small-text"
|
210
|
+
><strong>Formats Available:</strong> <span
|
211
|
+
style="color: #7f6227"
|
212
|
+
>HTML</span
|
213
|
+
>
|
214
|
+
|
|
215
|
+
<a
|
216
|
+
rel="nooopener noreferrer"
|
217
|
+
href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/LICENSE.md"
|
218
|
+
>Markdown</a
|
219
|
+
></p
|
220
|
+
>
|
221
|
+
|
210
222
|
<a name="copyright"></a>
|
211
223
|
|
212
224
|
<h2>1. Copyright</h2>
|
@@ -743,13 +755,11 @@ This file is part of Network Pro.
|
|
743
755
|
<td class="bnav-nav"
|
744
756
|
><a
|
745
757
|
rel="noopener noreferrer"
|
746
|
-
href="https://
|
747
|
-
target="
|
748
|
-
>Terms of Use
|
749
|
-
|
750
|
-
|
751
|
-
class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a
|
752
|
-
></td>
|
758
|
+
href="https://netwk.pro/terms-of-use.html"
|
759
|
+
target="_self"
|
760
|
+
>Terms of Use</a
|
761
|
+
></td
|
762
|
+
>
|
753
763
|
<td class="bnav-nav"
|
754
764
|
><a
|
755
765
|
rel="noopener noreferrer"
|
package/legal.html.br
CHANGED
Binary file
|
package/package.json
CHANGED
package/sitemap.xml
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
<loc>https://legal.netwk.pro/index.html</loc>
|
10
10
|
|
11
|
-
<lastmod>2025-04-
|
11
|
+
<lastmod>2025-04-14</lastmod>
|
12
12
|
|
13
13
|
<changefreq>weekly</changefreq>
|
14
14
|
|
@@ -20,19 +20,31 @@
|
|
20
20
|
|
21
21
|
<loc>https://legal.netwk.pro/legal.html</loc>
|
22
22
|
|
23
|
-
<lastmod>2025-04-
|
23
|
+
<lastmod>2025-04-14</lastmod>
|
24
24
|
|
25
25
|
<changefreq>weekly</changefreq>
|
26
26
|
|
27
|
-
<priority>0.
|
27
|
+
<priority>0.7</priority>
|
28
|
+
|
29
|
+
</url>
|
30
|
+
|
31
|
+
<url>
|
32
|
+
|
33
|
+
<loc>https://legal.netwk.pro/terms-of-use.html</loc>
|
34
|
+
|
35
|
+
<lastmod>2025-04-14</lastmod>
|
36
|
+
|
37
|
+
<changefreq>monthly</changefreq>
|
38
|
+
|
39
|
+
<priority>0.7</priority>
|
28
40
|
|
29
41
|
</url>
|
30
42
|
|
31
43
|
<url>
|
32
44
|
|
33
|
-
<loc>https://legal.netwk.pro/
|
45
|
+
<loc>https://legal.netwk.pro/PRIVACY.md</loc>
|
34
46
|
|
35
|
-
<lastmod>2025-04-
|
47
|
+
<lastmod>2025-04-14</lastmod>
|
36
48
|
|
37
49
|
<changefreq>monthly</changefreq>
|
38
50
|
|
@@ -44,7 +56,7 @@
|
|
44
56
|
|
45
57
|
<loc>https://legal.netwk.pro/README.md</loc>
|
46
58
|
|
47
|
-
<lastmod>2025-04-
|
59
|
+
<lastmod>2025-04-14</lastmod>
|
48
60
|
|
49
61
|
<changefreq>monthly</changefreq>
|
50
62
|
|
@@ -56,7 +68,7 @@
|
|
56
68
|
|
57
69
|
<loc>https://legal.netwk.pro/LICENSE.md</loc>
|
58
70
|
|
59
|
-
<lastmod>2025-04-
|
71
|
+
<lastmod>2025-04-14</lastmod>
|
60
72
|
|
61
73
|
<changefreq>monthly</changefreq>
|
62
74
|
|
@@ -66,9 +78,9 @@
|
|
66
78
|
|
67
79
|
<url>
|
68
80
|
|
69
|
-
<loc>https://legal.netwk.pro/
|
81
|
+
<loc>https://legal.netwk.pro/TERMS.md</loc>
|
70
82
|
|
71
|
-
<lastmod>2025-04-
|
83
|
+
<lastmod>2025-04-14</lastmod>
|
72
84
|
|
73
85
|
<changefreq>monthly</changefreq>
|
74
86
|
|
@@ -76,11 +88,11 @@
|
|
76
88
|
|
77
89
|
</url>
|
78
90
|
|
79
|
-
|
91
|
+
<url>
|
80
92
|
|
81
|
-
<loc>https://legal.netwk.pro/
|
93
|
+
<loc>https://legal.netwk.pro/html/terms-conditions.html</loc>
|
82
94
|
|
83
|
-
<lastmod>2025-04-
|
95
|
+
<lastmod>2025-04-14</lastmod>
|
84
96
|
|
85
97
|
<changefreq>monthly</changefreq>
|
86
98
|
|