@networkpro/web 0.5.15

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.
Files changed (70) hide show
  1. package/404.html +106 -0
  2. package/CNAME +1 -0
  3. package/LICENSE.md +304 -0
  4. package/README.md +144 -0
  5. package/css/default.css +85 -0
  6. package/css/index.css +124 -0
  7. package/css/normalize.css +152 -0
  8. package/css/style.css +279 -0
  9. package/favicon-180.png +0 -0
  10. package/favicon-192.png +0 -0
  11. package/favicon-512.png +0 -0
  12. package/favicon.ico +0 -0
  13. package/favicon.svg +550 -0
  14. package/favicon.svg.br +0 -0
  15. package/img/banner-1280x640.png +0 -0
  16. package/img/banner-1440.png +0 -0
  17. package/img/banner-og-1200x630.png +0 -0
  18. package/img/favicon-template.png +0 -0
  19. package/img/fb-cover.png +0 -0
  20. package/img/fb-cover2.png +0 -0
  21. package/img/fsf-member.png +0 -0
  22. package/img/gh-logo.png +0 -0
  23. package/img/gpl3-small.png +0 -0
  24. package/img/gpl3.png +0 -0
  25. package/img/linkedin-banner.png +0 -0
  26. package/img/linkedin-banner2.png +0 -0
  27. package/img/logo-1024x1024.png +0 -0
  28. package/img/logo-alt.png +0 -0
  29. package/img/logo-elevated.png +0 -0
  30. package/img/logo-light-elevated.png +0 -0
  31. package/img/logo-light-slogan.png +0 -0
  32. package/img/logo-light.png +0 -0
  33. package/img/logo-slogan.png +0 -0
  34. package/img/logo-transparent-black-small.png +0 -0
  35. package/img/logo-transparent-black.png +0 -0
  36. package/img/logo-transparent-elevated.png +0 -0
  37. package/img/logo-transparent-slogan.png +0 -0
  38. package/img/logo-transparent.png +0 -0
  39. package/img/logo.png +0 -0
  40. package/img/mastodon-banner.png +0 -0
  41. package/img/netpro-logo-transparent.png +0 -0
  42. package/img/qr/pgp-github.png +0 -0
  43. package/img/qr/pgp-support.png +0 -0
  44. package/img/qr/vcard.png +0 -0
  45. package/img/sd311.png +0 -0
  46. package/img/shield.png +0 -0
  47. package/img/shield.svg +1 -0
  48. package/img/shield.svg.br +0 -0
  49. package/img/shield2.png +0 -0
  50. package/img/shield3-2000x2000.png +0 -0
  51. package/img/shield3-black-1024x1024.png +0 -0
  52. package/img/shield3-black.png +0 -0
  53. package/img/shield3-white.png +0 -0
  54. package/img/trademark.jpg +0 -0
  55. package/index.html +272 -0
  56. package/index.html.br +0 -0
  57. package/js/app.a39beffd45ef9ef01be3.js +10 -0
  58. package/js/runtime.aacedc5fe7f60f6e1917.js +45 -0
  59. package/js/vendor/.gitkeep +0 -0
  60. package/legal/LICENSE.md +304 -0
  61. package/legal/PRIVACY.md +247 -0
  62. package/legal/TERMS.md +187 -0
  63. package/legal.html +372 -0
  64. package/legal.html.br +0 -0
  65. package/package.json +86 -0
  66. package/robots.txt +12 -0
  67. package/site.webmanifest +25 -0
  68. package/sitemap.xml +115 -0
  69. package/terms.html +661 -0
  70. package/terms.html.br +0 -0
package/legal.html ADDED
@@ -0,0 +1,372 @@
1
+ <!doctype html>
2
+ <!-- ==========================================================================
3
+ SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
4
+ This file is part of Network Pro.
5
+ =========================================================================== -->
6
+ <html class="no-js" lang="en">
7
+ <head>
8
+ <meta charset="utf-8" />
9
+
10
+ <!--
11
+ Copyright © 2025 Network Pro Strategies (Network Pro)
12
+
13
+ ---
14
+
15
+ I. Creative Commons Attribution 4.0 International
16
+
17
+ Network Pro (the "Licensed Material") is licensed under Creative Commons Attribution 4.0 International ("CC BY 4.0"). To view a copy of this license, visit https://creativecommons.org/licenses/by/4.0/.
18
+
19
+ Per the terms of the License, you are free to distribute, remix, adapt, and build upon the Licensed Material for any purpose, even commercially. You must give appropriate credit, provide a link to the License, and indicate if changes were made.
20
+
21
+ The Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable.
22
+
23
+ Permissions beyond the scope of this License—or instead of those permitted by this License—may be available as further defined within this document.
24
+
25
+ SPDX Reference: https://spdx.org/licenses/CC-BY-4.0.html
26
+ Canonical URL: https://creativecommons.org/licenses/by/4.0/
27
+
28
+ ---
29
+
30
+ II. GNU General Public License
31
+
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
+
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.
36
+
37
+ See the GNU General Public License for more details.
38
+
39
+ SPDX Reference: https://spdx.org/licenses/GPL-3.0-or-later.html
40
+ Canonical URL: https://www.gnu.org/licenses/gpl-3.0.html
41
+
42
+ ---
43
+
44
+ Author: Scott Lopez
45
+ Email: <contact@neteng.pro>
46
+ Web: <https://bio.neteng.pro>
47
+ -->
48
+
49
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
50
+ <title>Legal, Copyright, and Licensing &mdash; Network Pro</title>
51
+
52
+ <!-- STYLESHEETS -->
53
+ <link rel="stylesheet" href="css/normalize.css" type="text/css" />
54
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
55
+ <link rel="stylesheet" href="css/default.css" type="text/css" />
56
+ <!-- Font Awesome solids and brands -->
57
+ <script
58
+ src="https://kit.fontawesome.com/f70f03cb45.js"
59
+ crossorigin="anonymous"></script>
60
+
61
+ <meta
62
+ name="description"
63
+ content="Legal, Copyright, and Licensing | Security, Networking, Privacy — Network Pro" />
64
+ <meta name="author" content="Scott Lopez" />
65
+ <meta
66
+ name="robots"
67
+ content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
68
+
69
+ <link rel="canonical" href="https://netwk.pro/legal.html" />
70
+ <base href="./legal.html" target="_self" />
71
+
72
+ <!-- FACEBOOK META TAGS -->
73
+ <meta
74
+ property="og:title"
75
+ content="Legal, Copyright, and Licensing — Network Pro" />
76
+ <meta property="og:type" content="website" />
77
+ <meta property="og:url" content="netwk.pro" />
78
+ <meta property="og:image" content="img/banner-og-1200x630.png" />
79
+ <meta property="og:image:alt" content="Network Pro" />
80
+ <meta
81
+ property="og:description"
82
+ content="Legal, Copyright, and Licensing | Security, Networking, Privacy — Network Pro" />
83
+
84
+ <!-- TWITTER META TAGS -->
85
+ <meta name="twitter:card" content="summary_large_image" />
86
+ <meta name="twitter:site" content="@NetEng_Pro" />
87
+ <meta name="twitter:creator" content="@ScottGLopez" />
88
+ <meta property="twitter:domain" content="netwk.pro" />
89
+ <meta property="twitter:url" content="netwk.pro" />
90
+ <meta
91
+ name="twitter:title"
92
+ content="Legal, Copyright, and Licensing — Network Pro" />
93
+ <meta
94
+ name="twitter:description"
95
+ content="Legal, Copyright, and Licensing | Security, Networking, Privacy — Network Pro" />
96
+ <meta name="twitter:image" content="img/banner-og-1200x630.png" />
97
+ <meta name="twitter:image:alt" content="Network Pro" />
98
+ <!-- Meta Tags Generated via dnschecker.org -->
99
+
100
+ <link rel="icon" href="favicon.ico" sizes="any" type="image/x-icon" />
101
+ <link rel="icon" href="favicon.svg" type="image/svg+xml" />
102
+ <link rel="apple-touch-icon" href="favicon-180.png" type="image/png" />
103
+
104
+ <link rel="manifest" href="site.webmanifest" />
105
+ <meta name="theme-color" content="#ffc627" />
106
+
107
+ <meta http-equiv="Referrer-Policy" content="no-referrer" />
108
+ <meta http-equiv="Permissions-Policy" content="interest-cohort=()" />
109
+ </head>
110
+
111
+ <body>
112
+ <!-- BEGIN TITLE -->
113
+ <hgroup id="site-title">
114
+ <h1>Legal, Copyright, and Licensing</h1>
115
+ <b>Network Pro Strategies</b><br />
116
+ <b>Effective Date:</b> <em>Currently Ineffective</em>
117
+ </hgroup>
118
+ <!-- END PAGE TITLE -->
119
+
120
+ &nbsp;
121
+
122
+ <span style="text-align: center; font-weight: bold; font-style: italic">
123
+ <p
124
+ >Please see
125
+ <a
126
+ rel="noopener noreferrer"
127
+ href="https://github.com/netwk-pro/netwk-pro.github.io/blob/master/LICENSE.md"
128
+ >Legal</a
129
+ >.<br />
130
+ This page is currenly a work in progress.</p
131
+ >
132
+ </span>
133
+
134
+ &nbsp;
135
+
136
+ <hr />
137
+
138
+ &nbsp;
139
+
140
+ <p><strong>Table of Contents</strong></p>
141
+ <ul>
142
+ <li>
143
+ <a href="#cright">Copyright</a>
144
+ </li>
145
+ <li>
146
+ <a href="#licensing">Licensing</a>
147
+ </li>
148
+ </ul>
149
+
150
+ <hr />
151
+
152
+ <!-- BEGIN MAIN CONTENT -->
153
+ <section id="cright">
154
+ <h2 id="cw-h2">Copyright</h2>
155
+
156
+ &nbsp;
157
+
158
+ <code class="block">
159
+ <div
160
+ xmlns:cc="http://creativecommons.org/ns#"
161
+ xmlns:dct="http://purl.org/dc/terms/"
162
+ class="ccom">
163
+ <p>
164
+ Copyright &copy; 2025 by
165
+ <a
166
+ rel="cc:attributionURL dct:creator"
167
+ property="cc:attributionName"
168
+ href="https://netwk.pro"
169
+ ><strong>Network Pro Strategies </strong></a
170
+ >
171
+ (Network Pro) <br />This material comes with ABSOLUTELY NO WARRANTY.
172
+ </p>
173
+ <p>
174
+ <em
175
+ >Unless otherwise noted, Network Pro in its' entirety is
176
+ available, exclusively, under one or both of the following two
177
+ licenses.</em
178
+ >
179
+ </p>
180
+ </div>
181
+ </code>
182
+ </section>
183
+
184
+ &nbsp;
185
+
186
+ <hr />
187
+
188
+ <section id="licensing">
189
+ <h2 id="cw-h2">Licensing</h2>
190
+
191
+ <h4 class="lic-nav"><i>Licenses</i></h4>
192
+ <p>
193
+ Network Pro is available under one&mdash;or both&mdash;of the following
194
+ licenses:
195
+ </p>
196
+ <ul>
197
+ <li>Creative Commons Attribution 4.0 International ("CC BY 4.0")</li>
198
+ <br />
199
+ <li>
200
+ GNU General Public License ("GNU GPL"), either version 3 of the
201
+ License, or (at your option) any later version
202
+ </li>
203
+ </ul>
204
+ </section>
205
+
206
+ &nbsp;
207
+
208
+ <section id="questions">
209
+ <p>
210
+ <b><i>Are you sure you can do that?</i></b>
211
+ </p>
212
+ <ul>
213
+ <li>
214
+ <p>
215
+ "You may offer the licensed material under other licenses in
216
+ addition to the CC license (a practice commonly referred to as “dual
217
+ licensing”)."
218
+ </p>
219
+ <a
220
+ href="https://creativecommons.org/faq/#can-i-enter-into-separate-or-supplemental-agreements-with-users-of-my-work">
221
+ Separate agreements | Creative Commons FAQ
222
+ </a>
223
+ </li>
224
+ <li>
225
+ <p>
226
+ You can clearly see that both that both the
227
+ <a href="https://www.gnu.org/licenses/license-list.html#GPLOther">
228
+ GNU GPL
229
+ </a>
230
+ and
231
+ <a href="https://www.gnu.org/licenses/license-list.html#ccby">
232
+ CC BY 4.0
233
+ </a>
234
+ are categorized as "free licenses, compatible with the GNU GPL."
235
+ </p>
236
+ <a
237
+ href="https://www.gnu.org/licenses/license-list.html#OtherLicenses">
238
+ Licenses for Other Works | GNU - Various Licenses and Comments About
239
+ Them
240
+ </a>
241
+ </li>
242
+ <li>
243
+ <p>
244
+ <a
245
+ href="https://www.gnu.org/licenses/gpl-faq.html#WhatDoesCompatMean">
246
+ What does it mean to say a license is “compatible with the GPL?" |
247
+ GNU GPL FAQ
248
+ </a>
249
+ </p>
250
+ </li>
251
+ </ul>
252
+ </section>
253
+
254
+ <hr />
255
+
256
+ <section id="license1">
257
+ <h3 id="cw-h3">Creative Commons Attribution 4.0 International</h3>
258
+ <p class="formats">
259
+ Formats: <a href="./license/CC-BY-4.0.xmp">XMP</a> |
260
+ <a href=".license/CC-BY-4.0">Markdown</a>
261
+ </p>
262
+ <p>
263
+ Licensed under
264
+ <a
265
+ href="https://creativecommons.org/licenses/by/4.0/"
266
+ target="_blank"
267
+ rel="license noopener noreferrer"
268
+ style="display: inline-block">
269
+ Creative Commons Attribution 4.0 International
270
+ </a>
271
+ <img
272
+ style="
273
+ height: 16px !important;
274
+ margin-left: 3px;
275
+ vertical-align: text-bottom;
276
+ "
277
+ src="https://mirrors.creativecommons.org/presskit/icons/cc.svg"
278
+ alt="CC" />
279
+ <img
280
+ style="
281
+ height: 16px !important;
282
+ margin-left: 3px;
283
+ vertical-align: text-bottom;
284
+ "
285
+ src="https://mirrors.creativecommons.org/presskit/icons/by.svg"
286
+ alt="BY" />
287
+ </p>
288
+ <p>
289
+ Permissions beyond the scope of this license may be available
290
+ <a
291
+ xmlns:cc="http://creativecommons.org/ns#"
292
+ href="#permissions"
293
+ rel="cc:morePermissions">
294
+ as defined further within this document
295
+ </a>
296
+ . &nbsp;
297
+ </p>
298
+ <p>
299
+ <code class="block" style="font-size: 12px">
300
+ - Canonical URL:
301
+ <a
302
+ href="https://creativecommons.org/licenses/by/4.0/"
303
+ target="_blank"
304
+ rel="license noopener noreferrer">
305
+ https://creativecommons.org/licenses/by/4.0/</a
306
+ ><br /><br />
307
+ - SPDX Reference:<br />
308
+ <a href="https://spdx.org/licenses/CC-BY-4.0.html"
309
+ >https://spdx.org/licenses/CC-BY-4.0.html</a
310
+ >
311
+ </code>
312
+ </p>
313
+ </section>
314
+
315
+ <hr />
316
+
317
+ <section id="license2">
318
+ <div class="gpl">
319
+ <p>Insert - <a id="permissions">GNU GPL 3.0</a></p>
320
+ </div>
321
+ </section>
322
+
323
+ <!-- END MAIN CONTENT -->
324
+
325
+ &nbsp;
326
+
327
+ <hr />
328
+
329
+ <!-- BEGIN FOOTER -->
330
+
331
+ <footer class="foot">
332
+ <table class="badgetable">
333
+ <tr>
334
+ <td>
335
+ <a
336
+ rel="noopener noreferrer me"
337
+ href="https://noc.social/@neteng_pro"
338
+ target="_blank">
339
+ <img
340
+ style="width: auto; height: 20px"
341
+ src="https://img.shields.io/badge/Mastodon-6364FF?style=for-the-badge&logo=Mastodon&logoColor=white"
342
+ alt="Mastodon" />
343
+ </a>
344
+ </td>
345
+ <td>
346
+ <address>
347
+ <a
348
+ rel="noopener noreferrer author"
349
+ href="mailto:support@neteng.pro">
350
+ <img
351
+ style="width: auto; height: 20px"
352
+ src="https://img.shields.io/badge/E--mail-4080C0?style=for-the-badge&logo=maildotru"
353
+ alt="E-mail" />
354
+ </a>
355
+ </address>
356
+ </td>
357
+ <td>
358
+ <!-- Font Awesome social icons -->
359
+ <span class="fa-brands fa-square-facebook"></span>
360
+ &nbsp;
361
+ <span class="fa-brands fa-square-instagram"></span>
362
+ &nbsp;
363
+ <span class="fa-brands fa-square-x-twitter"></span>
364
+ </td>
365
+ </tr>
366
+ </table>
367
+ </footer>
368
+ <!-- END FOOTER -->
369
+
370
+ <script src="js/app.js"></script>
371
+ </body>
372
+ </html>
package/legal.html.br ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,86 @@
1
+ {
2
+ "name": "@networkpro/web",
3
+ "version": "0.5.15",
4
+ "private": false,
5
+ "description": "Locking Down Networks, Unlocking Confidence — Network Pro",
6
+ "keywords": [
7
+ "networking",
8
+ "security",
9
+ "privacy",
10
+ "cybersecurity",
11
+ "advisory",
12
+ "consulting"
13
+ ],
14
+ "homepage": "https://netwk.pro",
15
+ "bugs": {
16
+ "url": "https://github.com/netwk-pro/netwk-pro.github.io/issues"
17
+ },
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/netwk-pro/netwk-pro.github.io.git"
21
+ },
22
+ "license": "CC-BY-4.0 OR GPL-3.0-or-later",
23
+ "author": {
24
+ "name": "Scott Lopez",
25
+ "email": "github@sl.neteng.cc",
26
+ "url": "https://bio.neteng.pro"
27
+ },
28
+ "type": "module",
29
+ "main": "index.html",
30
+ "directories": {
31
+ "test": "test"
32
+ },
33
+ "scripts": {
34
+ "test": "mocha",
35
+ "lint": "npx eslint && prettier --check .",
36
+ "fix": "npx eslint --fix && prettier --write .",
37
+ "clean": "rm -rf dist/* && npm update",
38
+ "ci": "rm -rf dist/* node_modules package-lock.json && npm install",
39
+ "start": "webpack serve --open --config webpack.config.dev.mjs",
40
+ "build": "webpack --config webpack.config.prod.mjs",
41
+ "prepare": "husky"
42
+ },
43
+ "dependencies": {
44
+ "astroturf": "^1.2.0",
45
+ "astroturf-loader": "^1.0.0",
46
+ "autoprefixer": "^10.4.20",
47
+ "browserslist": "^4.24.4",
48
+ "globalthis": "^1.0.4",
49
+ "normalize.css": "^8.0.1",
50
+ "postcss-cli": "^11.0.0"
51
+ },
52
+ "devDependencies": {
53
+ "@babel/core": "^7.26.9",
54
+ "@babel/plugin-transform-runtime": "^7.26.9",
55
+ "@babel/preset-env": "^7.26.9",
56
+ "@eslint/js": "^9.20.0",
57
+ "babel-loader": "^9.2.1",
58
+ "chai": "^5.2.0",
59
+ "compression-webpack-plugin": "^11.1.0",
60
+ "copy-webpack-plugin": "^11.0.0",
61
+ "css-loader": "^7.1.2",
62
+ "css-minimizer-webpack-plugin": "^7.0.0",
63
+ "eslint": "^9.20.1",
64
+ "eslint-config-prettier": "^10.0.1",
65
+ "eslint-plugin-mocha": "^10.5.0",
66
+ "globals": "^15.15.0",
67
+ "html-webpack-plugin": "^5.6.3",
68
+ "husky": "^9.1.7",
69
+ "markdownlint": "^0.37.4",
70
+ "markdownlint-cli2": "^0.17.2",
71
+ "mocha": "^11.0.1",
72
+ "postcss": "^8.5.1",
73
+ "postcss-loader": "^8.1.1",
74
+ "prettier": "^3.4.2",
75
+ "style-loader": "^4.0.0",
76
+ "stylelint": "^16.14.1",
77
+ "stylelint-config-alphabetical-order": "^1.0.0",
78
+ "stylelint-config-standard": "^37.0.0",
79
+ "stylelint-config-standard-scss": "^14.0.0",
80
+ "terser-webpack-plugin": "^5.3.11",
81
+ "webpack": "^5.98.0",
82
+ "webpack-cli": "^6.0.1",
83
+ "webpack-dev-server": "^5.2.0",
84
+ "webpack-merge": "^5.10.0"
85
+ }
86
+ }
package/robots.txt ADDED
@@ -0,0 +1,12 @@
1
+ # SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
2
+ # This file is part of Network Pro
3
+ #
4
+ # www.robotstxt.org/
5
+
6
+ User-agent: *
7
+ Disallow: *.jasonc$
8
+ Disallow: *.json$
9
+ Disallow: *.mjs$
10
+ Disallow: *.cjs
11
+ Disallow: *.js$
12
+ Disallow: /js
@@ -0,0 +1,25 @@
1
+ {
2
+ "short_name": "Network Pro",
3
+ "name": "Network Pro Strategies",
4
+ "icons": [
5
+ {
6
+ "src": "/favicon-192.png",
7
+ "type": "image/png",
8
+ "sizes": "192x192"
9
+ },
10
+ {
11
+ "src": "/favicon-512.png",
12
+ "type": "image/png",
13
+ "sizes": "512x512",
14
+ "purpose": "maskable"
15
+ },
16
+ {
17
+ "src": "/favicon-splash.png",
18
+ "type": "image/png",
19
+ "sizes": "512x512"
20
+ }
21
+ ],
22
+ "start_url": "/?utm_source=homescreen",
23
+ "background_color": "#191919",
24
+ "theme_color": "#ffc627"
25
+ }
package/sitemap.xml ADDED
@@ -0,0 +1,115 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later -->
3
+ <!-- This file is part of Network Pro -->
4
+
5
+ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
6
+
7
+ <url>
8
+
9
+ <loc>https://netwk.pro/index.html</loc>
10
+
11
+ <lastmod>2025-04-05</lastmod>
12
+
13
+ <changefreq>daily</changefreq>
14
+
15
+ <priority>0.9</priority>
16
+
17
+ </url>
18
+
19
+ <url>
20
+
21
+ <loc>https://netwk.pro/legal.html</loc>
22
+
23
+ <lastmod>2025-04-05</lastmod>
24
+
25
+ <changefreq>monthly</changefreq>
26
+
27
+ <priority>0.8</priority>
28
+
29
+ </url>
30
+
31
+ <url>
32
+
33
+ <loc>https://netwk.pro/terms.html</loc>
34
+
35
+ <lastmod>2025-04-05</lastmod>
36
+
37
+ <changefreq>monthly</changefreq>
38
+
39
+ <priority>0.8</priority>
40
+
41
+ </url>
42
+
43
+ <url>
44
+
45
+ <loc>https://netwk.pro/README.md</loc>
46
+
47
+ <lastmod>2025-04-05</lastmod>
48
+
49
+ <changefreq>monthly</changefreq>
50
+
51
+ <priority>0.6</priority>
52
+
53
+ </url>
54
+
55
+ <url>
56
+
57
+ <loc>https://netwk.pro/LICENSE.md</loc>
58
+
59
+ <lastmod>2025-04-05</lastmod>
60
+
61
+ <changefreq>monthly</changefreq>
62
+
63
+ <priority>0.5</priority>
64
+
65
+ </url>
66
+
67
+ <url>
68
+
69
+ <loc>https://netwk.pro/legal/LICENSE.md</loc>
70
+
71
+ <lastmod>2025-04-05</lastmod>
72
+
73
+ <changefreq>monthly</changefreq>
74
+
75
+ <priority>0.5</priority>
76
+
77
+ </url>
78
+
79
+ <url>
80
+
81
+ <loc>https://netwk.pro/legal/PRIVACY.md</loc>
82
+
83
+ <lastmod>2025-04-05</lastmod>
84
+
85
+ <changefreq>monthly</changefreq>
86
+
87
+ <priority>0.5</priority>
88
+
89
+ </url>
90
+
91
+ <url>
92
+
93
+ <loc>https://netwk.pro/legal/TERMS.md</loc>
94
+
95
+ <lastmod>2025-04-05</lastmod>
96
+
97
+ <changefreq>monthly</changefreq>
98
+
99
+ <priority>0.5</priority>
100
+
101
+ </url>
102
+
103
+ <url>
104
+
105
+ <loc>https://netwk.pro/404.html</loc>
106
+
107
+ <lastmod>2025-03-13</lastmod>
108
+
109
+ <changefreq>yearly</changefreq>
110
+
111
+ <priority>0.1</priority>
112
+
113
+ </url>
114
+
115
+ </urlset>