@networkpro/legal 0.0.1
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/404.html +106 -0
- package/CNAME +1 -0
- package/LICENSE.md +304 -0
- package/PRIVACY.md +247 -0
- package/README.md +76 -0
- package/TERMS.md +187 -0
- package/css/default.css +85 -0
- package/css/index.css +117 -0
- package/css/normalize.css +152 -0
- package/css/style.css +279 -0
- package/favicon-180.png +0 -0
- package/favicon-192.png +0 -0
- package/favicon-512.png +0 -0
- package/favicon.ico +0 -0
- package/favicon.svg +550 -0
- package/favicon.svg.br +0 -0
- package/img/banner-og-1200x630.png +0 -0
- package/img/logo-transparent.png +0 -0
- package/img/logo.png +0 -0
- package/index.html +250 -0
- package/index.html.br +0 -0
- package/js/app.2cff4bf4feb7f478a264.js +10 -0
- package/js/runtime.69afa8e03e74c9c3671e.js +45 -0
- package/js/vendor/.gitkeep +0 -0
- package/package.json +87 -0
- package/robots.txt +12 -0
- package/site.webmanifest +25 -0
- package/sitemap.xml +91 -0
- package/terms.html +661 -0
- package/terms.html.br +0 -0
package/favicon.svg.br
ADDED
Binary file
|
Binary file
|
Binary file
|
package/img/logo.png
ADDED
Binary file
|
package/index.html
ADDED
@@ -0,0 +1,250 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
|
3
|
+
<html class="no-js" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta charset="utf-8"/>
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
10
|
+
<title> Legal Document Repository — Network Pro </title>
|
11
|
+
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/normalize.css"/>
|
14
|
+
<link rel="stylesheet" href="css/style.css"/>
|
15
|
+
<link rel="stylesheet" href="css/index.css"/>
|
16
|
+
|
17
|
+
<script src="https://kit.fontawesome.com/f70f03cb45.js" crossorigin="anonymous"></script>
|
18
|
+
|
19
|
+
<meta name="description" content="Legal Document Repository | Security, Networking, Privacy — Network Pro"/>
|
20
|
+
<meta name="author" content="Scott Lopez"/>
|
21
|
+
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"/>
|
22
|
+
|
23
|
+
<link rel="canonical" href="https://legal.netwk.pro/index.html"/>
|
24
|
+
<base href="./index.html" target="_self"/>
|
25
|
+
|
26
|
+
|
27
|
+
<meta property="og:title" content="Legal Document Repository — Network Pro"/>
|
28
|
+
<meta property="og:type" content="website"/>
|
29
|
+
<meta property="og:url" content="netwk.pro"/>
|
30
|
+
<meta property="og:image" content="./img/banner-og-1200x630.png"/>
|
31
|
+
<meta property="og:image:alt" content="Network Pro Strategies"/>
|
32
|
+
<meta property="og:description" content="Legal Document Repository | Security, Networking, Privacy — Network Pro"/>
|
33
|
+
|
34
|
+
|
35
|
+
<meta name="twitter:card" content="summary_large_image"/>
|
36
|
+
<meta name="twitter:site" content="@NetEng_Pro"/>
|
37
|
+
<meta name="twitter:creator" content="@NetEng_pro"/>
|
38
|
+
<meta property="twitter:domain" content="netwk.pro"/>
|
39
|
+
<meta property="twitter:url" content="netwk.pro"/>
|
40
|
+
<meta name="twitter:title" content="Legal Document Repository — Network Pro"/>
|
41
|
+
<meta name="twitter:description" content="Legal Document Repository | Security, Networking, Privacy — Network Pro"/>
|
42
|
+
<meta name="twitter:image" content="./img/banner-og-1200x630.png"/>
|
43
|
+
<meta name="twitter:image:alt" content="Network Pro Strategies"/>
|
44
|
+
|
45
|
+
|
46
|
+
<link rel="icon" href="favicon.ico" sizes="any" type="image/x-icon"/>
|
47
|
+
<link rel="icon" href="favicon.svg" type="image/svg+xml"/>
|
48
|
+
<link rel="apple-touch-icon" href="favicon-180.png" type="image/png"/>
|
49
|
+
|
50
|
+
<link rel="manifest" href="site.webmanifest"/>
|
51
|
+
<meta name="theme-color" content="#ffc627"/>
|
52
|
+
|
53
|
+
<meta http-equiv="Referrer-Policy" content="no-referrer"/>
|
54
|
+
<meta http-equiv="Permissions-Policy" content="interest-cohort=()"/>
|
55
|
+
<script defer="defer" src="js/runtime.69afa8e03e74c9c3671e.js"></script><script defer="defer" src="js/app.2cff4bf4feb7f478a264.js"></script></head>
|
56
|
+
|
57
|
+
<body>
|
58
|
+
|
59
|
+
<header id="header-nav">
|
60
|
+
<div class="container">
|
61
|
+
<nav class="center-nav">
|
62
|
+
<a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro.github.io/blob/master/README.md" target="_blank">about
|
63
|
+
<sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
|
64
|
+
|
|
65
|
+
<a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro.github.io/discussions" target="_blank">discussions
|
66
|
+
<sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
|
67
|
+
|
|
68
|
+
<a rel="noopener noreferrer" href="https://linktr.ee/neteng_pro" target="_blank">link hub
|
69
|
+
<sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
|
70
|
+
</nav>
|
71
|
+
</div>
|
72
|
+
</header>
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
<div class="full-width-section">
|
77
|
+
<div class="container">
|
78
|
+
<hgroup id="site-title">
|
79
|
+
<img decoding="async" loading="lazy" class="logo" src="./img/logo-transparent.png" alt="Network Pro Strategies" width="250px" height="250px"/>
|
80
|
+
<div class="index1">Locking Down Networks,<br/>
|
81
|
+
Unlocking Confidence™</div>
|
82
|
+
<p> </p>
|
83
|
+
<h1 class="index2">Legal Documents</h1>
|
84
|
+
</hgroup>
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
<hr class="hr-styled"/>
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
<section id="main-content">
|
95
|
+
<p class="center-text"><strong>Network Pro Strategies Legal Repository</strong></p>
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
<p class="center-text"><a rel="noopener noreferrer" href="./TERMS.md">Website Terms of Use</a></p>
|
100
|
+
|
101
|
+
<p class="center-text"><a rel="noopener noreferrer" href="./PRIVACY.md">Privacy Policy</a></p>
|
102
|
+
<p class="center-text"><a rel="noopener noreferrer" href="./LICENSE.md">Legal, Copyright, and Licensing</a></p>
|
103
|
+
|
104
|
+
<p class="center-text"><a rel="noopener noreferrer" href="./terms.html">Consulting and Implementation: Terms and Conditions</a></p>
|
105
|
+
|
106
|
+
|
107
|
+
</section>
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
<section id="social-media">
|
114
|
+
<div class="soc-wrap">
|
115
|
+
<table class="soc">
|
116
|
+
<tbody>
|
117
|
+
<tr>
|
118
|
+
<td class="soc-fa">
|
119
|
+
<p>
|
120
|
+
<a rel="noopener noreferrer" href="https://instagram.com/netwk_pro" target="_blank">
|
121
|
+
<span class="fa-brands fa-square-instagram fa-2x"></span>
|
122
|
+
</a>
|
123
|
+
</p>
|
124
|
+
</td>
|
125
|
+
<td class="soc-fa">
|
126
|
+
<p>
|
127
|
+
<a rel="noopener noreferrer" href="https://facebook.com/neteng.pro" target="_blank">
|
128
|
+
<span class="fa-brands fa-square-facebook fa-2x"></span>
|
129
|
+
</a>
|
130
|
+
</p>
|
131
|
+
</td>
|
132
|
+
<td class="soc-fa">
|
133
|
+
<p>
|
134
|
+
<a rel="noopener noreferrer" href="https://linkedin.com/company/netwk-pro" target="_blank">
|
135
|
+
<span class="fa-brands fa-linkedin fa-2x"></span>
|
136
|
+
</a>
|
137
|
+
</p>
|
138
|
+
</td>
|
139
|
+
<td class="soc-fa">
|
140
|
+
<p>
|
141
|
+
<a rel="me noopener noreferrer" href="https://noc.social/@NetEng_Pro" target="_blank">
|
142
|
+
<span class="fa-brands fa-mastodon fa-2x"></span>
|
143
|
+
</a>
|
144
|
+
</p>
|
145
|
+
</td>
|
146
|
+
<td class="soc-fa">
|
147
|
+
<p>
|
148
|
+
<a rel="noopener noreferrer" href="https://x.com/NetEng_Pro" target="_blank">
|
149
|
+
<span class="fa-brands fa-square-x-twitter fa-2x"></span>
|
150
|
+
</a>
|
151
|
+
</p>
|
152
|
+
</td>
|
153
|
+
<td class="soc-fa">
|
154
|
+
<p>
|
155
|
+
<a rel="noopener noreferrer" href="https://threads.net/netwk_pro" target="_blank"><span class="fa-brands fa-square-threads fa-2x"></span>
|
156
|
+
</a>
|
157
|
+
</p>
|
158
|
+
</td>
|
159
|
+
</tr>
|
160
|
+
</tbody>
|
161
|
+
</table>
|
162
|
+
</div>
|
163
|
+
</section>
|
164
|
+
|
165
|
+
|
166
|
+
<hr class="hr-styled"/>
|
167
|
+
|
168
|
+
|
169
|
+
|
170
|
+
|
171
|
+
<div class="bnav-wrap">
|
172
|
+
<table class="bnav"><tbody>
|
173
|
+
<tr>
|
174
|
+
<td class="bnav-nav"><a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/TERMS.md" target="_blank">Terms of Use
|
175
|
+
<sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a></td>
|
176
|
+
<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
|
177
|
+
<sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
|
178
|
+
</td>
|
179
|
+
</tr>
|
180
|
+
<tr>
|
181
|
+
<td class="bnav-cell" colspan="2">
|
182
|
+
<a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/LICENSE.md" target="_blank">Legal
|
183
|
+
<sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a></td>
|
184
|
+
</tr>
|
185
|
+
</tbody>
|
186
|
+
</table>
|
187
|
+
</div>
|
188
|
+
|
189
|
+
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
<section id="badges">
|
194
|
+
<div class="bnav2-wrap">
|
195
|
+
<table class="bnav2"><tbody>
|
196
|
+
<tr>
|
197
|
+
<td class="bnav2-nav"><a rel="noopener noreferrer" href="https://creativecommons.org/licenses/by/4.0/" target="_blank"><img decoding="async" loading="lazy" src="https://forthebadge.com/images/badges/cc-by.png" style="width: 160px; height: auto" alt="CC BY 4.0"/></a></td>
|
198
|
+
<td class="bnav2-nav"><a rel="noopener noreferrer" href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank"><img decoding="async" loading="lazy" src="https://img.shields.io/badge/LICENSE-GPLv3-red?style=for-the-badge&labelColor=9b9b9b&color=d0021b" style="width: 120px; height: auto" alt="GPL 3.0 or Later"/></a></td>
|
199
|
+
</tr>
|
200
|
+
</tbody>
|
201
|
+
</table>
|
202
|
+
</div>
|
203
|
+
</section>
|
204
|
+
|
205
|
+
</div>
|
206
|
+
</div>
|
207
|
+
|
208
|
+
|
209
|
+
|
210
|
+
|
211
|
+
<footer id="licensing">
|
212
|
+
<div class="container">
|
213
|
+
<div class="copyright" xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">
|
214
|
+
<p>
|
215
|
+
Copyright © 2025<br/>
|
216
|
+
<a rel="cc:attributionURL dct:creator noopener noreferrer" property="cc:attributionName" href="https://netwk.pro/" target="_blank"><strong>Network Pro Strategies</strong></a>
|
217
|
+
(Network Pro™)</p>
|
218
|
+
|
219
|
+
<p>
|
220
|
+
Network Pro™, the shield logo, and the "Locking Down Networks"
|
221
|
+
slogan are
|
222
|
+
<a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/LICENSE.md#tm" target="_blank">trademarks</a>
|
223
|
+
of Network Pro Strategies.
|
224
|
+
</p>
|
225
|
+
|
226
|
+
<p>
|
227
|
+
Licensed under
|
228
|
+
<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer" style="display: inline-block"><b>CC BY 4.0</b></a>
|
229
|
+
<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer" style="display: inline-block"><img decoding="async" loading="lazy" style="height: 18px !important;
|
230
|
+
margin-left: 3px;
|
231
|
+
vertical-align: text-bottom;
|
232
|
+
text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="CC"/>
|
233
|
+
</a>
|
234
|
+
<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer" style="display: inline-block"><img decoding="async" loading="lazy" style="height: 18px !important;
|
235
|
+
margin-left: 3px;
|
236
|
+
vertical-align: text-bottom;
|
237
|
+
text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="BY"/></a>
|
238
|
+
and the
|
239
|
+
<a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank" rel="license noopener noreferrer"><b>GNU GPL</b></a>, as published by the
|
240
|
+
<a rel="noopener noreferrer" href="https://www.fsf.org" target="_blank">Free Software Foundation</a>, either version 3 of the License, or (at your option) any later
|
241
|
+
version.
|
242
|
+
</p>
|
243
|
+
</div>
|
244
|
+
</div>
|
245
|
+
</footer>
|
246
|
+
|
247
|
+
|
248
|
+
<script src="js/app.js"></script>
|
249
|
+
</body>
|
250
|
+
</html>
|
package/index.html.br
ADDED
Binary file
|
@@ -0,0 +1,45 @@
|
|
1
|
+
(() => {
|
2
|
+
"use strict";
|
3
|
+
var r, e = {}, o = {};
|
4
|
+
function t(r) {
|
5
|
+
var n = o[r];
|
6
|
+
if (void 0 !== n) return n.exports;
|
7
|
+
var a = o[r] = {
|
8
|
+
exports: {}
|
9
|
+
};
|
10
|
+
return e[r](a, a.exports, t), a.exports;
|
11
|
+
}
|
12
|
+
t.m = e, r = [], t.O = (e, o, n, a) => {
|
13
|
+
if (!o) {
|
14
|
+
var l = 1 / 0;
|
15
|
+
for (f = 0; f < r.length; f++) {
|
16
|
+
for (var [o, n, a] = r[f], i = !0, p = 0; p < o.length; p++) (!1 & a || l >= a) && Object.keys(t.O).every((r => t.O[r](o[p]))) ? o.splice(p--, 1) : (i = !1,
|
17
|
+
a < l && (l = a));
|
18
|
+
if (i) {
|
19
|
+
r.splice(f--, 1);
|
20
|
+
var s = n();
|
21
|
+
void 0 !== s && (e = s);
|
22
|
+
}
|
23
|
+
}
|
24
|
+
return e;
|
25
|
+
}
|
26
|
+
a = a || 0;
|
27
|
+
for (var f = r.length; f > 0 && r[f - 1][2] > a; f--) r[f] = r[f - 1];
|
28
|
+
r[f] = [ o, n, a ];
|
29
|
+
}, t.o = (r, e) => Object.prototype.hasOwnProperty.call(r, e), (() => {
|
30
|
+
var r = {
|
31
|
+
121: 0
|
32
|
+
};
|
33
|
+
t.O.j = e => 0 === r[e];
|
34
|
+
var e = (e, o) => {
|
35
|
+
var n, a, [l, i, p] = o, s = 0;
|
36
|
+
if (l.some((e => 0 !== r[e]))) {
|
37
|
+
for (n in i) t.o(i, n) && (t.m[n] = i[n]);
|
38
|
+
if (p) var f = p(t);
|
39
|
+
}
|
40
|
+
for (e && e(o); s < l.length; s++) a = l[s], t.o(r, a) && r[a] && r[a][0](), r[a] = 0;
|
41
|
+
return t.O(f);
|
42
|
+
}, o = self.webpackChunk_networkpro_legal = self.webpackChunk_networkpro_legal || [];
|
43
|
+
o.forEach(e.bind(null, 0)), o.push = e.bind(null, o.push.bind(o));
|
44
|
+
})();
|
45
|
+
})();
|
File without changes
|
package/package.json
ADDED
@@ -0,0 +1,87 @@
|
|
1
|
+
{
|
2
|
+
"name": "@networkpro/legal",
|
3
|
+
"version": "0.0.1",
|
4
|
+
"private": false,
|
5
|
+
"description": "Legal Document Repository — Network Pro",
|
6
|
+
"keywords": [
|
7
|
+
"networking",
|
8
|
+
"security",
|
9
|
+
"privacy",
|
10
|
+
"cybersecurity",
|
11
|
+
"advisory",
|
12
|
+
"consulting",
|
13
|
+
"legal"
|
14
|
+
],
|
15
|
+
"homepage": "https://legal.netwk.pro",
|
16
|
+
"bugs": {
|
17
|
+
"url": "https://github.com/netwk-pro/netwk-pro.github.io/issues"
|
18
|
+
},
|
19
|
+
"repository": {
|
20
|
+
"type": "git",
|
21
|
+
"url": "git+https://github.com/netwk-pro/netwk-pro-legal.io.git"
|
22
|
+
},
|
23
|
+
"license": "CC-BY-4.0 OR GPL-3.0-or-later",
|
24
|
+
"author": {
|
25
|
+
"name": "Scott Lopez",
|
26
|
+
"email": "github@sl.neteng.cc",
|
27
|
+
"url": "https://bio.neteng.pro"
|
28
|
+
},
|
29
|
+
"type": "module",
|
30
|
+
"main": "index.html",
|
31
|
+
"directories": {
|
32
|
+
"test": "test"
|
33
|
+
},
|
34
|
+
"scripts": {
|
35
|
+
"test": "mocha",
|
36
|
+
"lint": "npx eslint && prettier --check .",
|
37
|
+
"fix": "npx eslint --fix && prettier --write .",
|
38
|
+
"clean": "rm -rf dist/* && npm update",
|
39
|
+
"ci": "rm -rf dist/* node_modules package-lock.json && npm install",
|
40
|
+
"start": "webpack serve --open --config webpack.config.dev.mjs",
|
41
|
+
"build": "webpack --config webpack.config.prod.mjs",
|
42
|
+
"prepare": "husky"
|
43
|
+
},
|
44
|
+
"dependencies": {
|
45
|
+
"astroturf": "^1.2.0",
|
46
|
+
"astroturf-loader": "^1.0.0",
|
47
|
+
"autoprefixer": "^10.4.20",
|
48
|
+
"browserslist": "^4.24.4",
|
49
|
+
"globalthis": "^1.0.4",
|
50
|
+
"normalize.css": "^8.0.1",
|
51
|
+
"postcss-cli": "^11.0.0"
|
52
|
+
},
|
53
|
+
"devDependencies": {
|
54
|
+
"@babel/core": "^7.26.9",
|
55
|
+
"@babel/plugin-transform-runtime": "^7.26.9",
|
56
|
+
"@babel/preset-env": "^7.26.9",
|
57
|
+
"@eslint/js": "^9.20.0",
|
58
|
+
"babel-loader": "^9.2.1",
|
59
|
+
"chai": "^5.2.0",
|
60
|
+
"compression-webpack-plugin": "^11.1.0",
|
61
|
+
"copy-webpack-plugin": "^11.0.0",
|
62
|
+
"css-loader": "^7.1.2",
|
63
|
+
"css-minimizer-webpack-plugin": "^7.0.0",
|
64
|
+
"eslint": "^9.20.1",
|
65
|
+
"eslint-config-prettier": "^10.0.1",
|
66
|
+
"eslint-plugin-mocha": "^10.5.0",
|
67
|
+
"globals": "^15.15.0",
|
68
|
+
"html-webpack-plugin": "^5.6.3",
|
69
|
+
"husky": "^9.1.7",
|
70
|
+
"markdownlint": "^0.37.4",
|
71
|
+
"markdownlint-cli2": "^0.17.2",
|
72
|
+
"mocha": "^11.0.1",
|
73
|
+
"postcss": "^8.5.1",
|
74
|
+
"postcss-loader": "^8.1.1",
|
75
|
+
"prettier": "^3.4.2",
|
76
|
+
"style-loader": "^4.0.0",
|
77
|
+
"stylelint": "^16.14.1",
|
78
|
+
"stylelint-config-alphabetical-order": "^1.0.0",
|
79
|
+
"stylelint-config-standard": "^37.0.0",
|
80
|
+
"stylelint-config-standard-scss": "^14.0.0",
|
81
|
+
"terser-webpack-plugin": "^5.3.11",
|
82
|
+
"webpack": "^5.98.0",
|
83
|
+
"webpack-cli": "^6.0.1",
|
84
|
+
"webpack-dev-server": "^5.2.0",
|
85
|
+
"webpack-merge": "^5.10.0"
|
86
|
+
}
|
87
|
+
}
|
package/robots.txt
ADDED
package/site.webmanifest
ADDED
@@ -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,91 @@
|
|
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/terms.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/README.md</loc>
|
34
|
+
|
35
|
+
<lastmod>2025-04-05</lastmod>
|
36
|
+
|
37
|
+
<changefreq>monthly</changefreq>
|
38
|
+
|
39
|
+
<priority>0.6</priority>
|
40
|
+
|
41
|
+
</url>
|
42
|
+
|
43
|
+
<url>
|
44
|
+
|
45
|
+
<loc>https://netwk.pro/LICENSE.md</loc>
|
46
|
+
|
47
|
+
<lastmod>2025-04-05</lastmod>
|
48
|
+
|
49
|
+
<changefreq>monthly</changefreq>
|
50
|
+
|
51
|
+
<priority>0.5</priority>
|
52
|
+
|
53
|
+
</url>
|
54
|
+
|
55
|
+
<url>
|
56
|
+
|
57
|
+
<loc>https://netwk.pro/PRIVACY.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/TERMS.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/404.html</loc>
|
82
|
+
|
83
|
+
<lastmod>2025-04-05</lastmod>
|
84
|
+
|
85
|
+
<changefreq>yearly</changefreq>
|
86
|
+
|
87
|
+
<priority>0.1</priority>
|
88
|
+
|
89
|
+
</url>
|
90
|
+
|
91
|
+
</urlset>
|