-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
585 lines (562 loc) · 32.6 KB
/
index.html
File metadata and controls
585 lines (562 loc) · 32.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Netshare - Safer LAN File Transfer for Offline File Sharing</title>
<meta name="description"
content="Netshare is a free, open-source LAN file transfer app for safer offline file sharing between devices on the same network. No cloud, no accounts, no SMB setup.">
<meta property="og:title" content="Netshare - Safer LAN File Transfer for Offline File Sharing">
<meta property="og:description"
content="A safer alternative to shared folders and SMB for local-only file sharing between computers and mobile devices on the same network.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://netfshare.site/">
<meta property="og:image" content="https://netfshare.site/assets/images/appicon.ico">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Netshare - Safer LAN File Transfer for Offline File Sharing">
<meta name="twitter:description"
content="Free, open-source, local-only file sharing for the same network. No cloud, no accounts, no internet required.">
<link rel="canonical" href="https://netfshare.site/">
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/assets/images/appicon.ico">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2E6TFE4BQV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-2E6TFE4BQV');
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Netshare",
"applicationCategory": "UtilitiesApplication",
"operatingSystem": "Android, iOS, macOS",
"description": "Free, open-source LAN file transfer app for safer offline file sharing between devices on the same network.",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"url": "https://netfshare.site/"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How do I share files on the same Wi-Fi without the cloud?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use a local-only file transfer app that sends files directly between devices on the same Wi-Fi network. Netshare keeps transfers on your LAN, so you do not need cloud storage, external links, or internet uploads."
}
},
{
"@type": "Question",
"name": "What is a secure LAN file transfer app?",
"acceptedAnswer": {
"@type": "Answer",
"text": "A secure LAN file transfer app moves files directly across your local network instead of routing them through external servers. Netshare is built for privacy-first LAN sharing with no cloud dependency and no account requirement."
}
},
{
"@type": "Question",
"name": "How can I transfer files without internet or accounts?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Choose an offline file sharing app that works entirely on the same network. Netshare lets you transfer files between devices without internet access, logins, or cloud sync."
}
},
{
"@type": "Question",
"name": "Is Netshare a safer alternative to SMB or shared folders?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Netshare is designed for quick local transfers without mounted shared folders, which reduces setup complexity and keeps transfers on your network."
}
},
{
"@type": "Question",
"name": "What is a safer alternative to SMB for file sharing?",
"acceptedAnswer": {
"@type": "Answer",
"text": "For quick same-network transfers, an app like Netshare can be a safer and simpler alternative to SMB. It avoids mounted shares, reduces permission complexity, and keeps transfers local to your network."
}
},
{
"@type": "Question",
"name": "Can I transfer files between two computers on the same network?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Netshare supports same-network transfers between computers and also between computers and mobile devices."
}
},
{
"@type": "Question",
"name": "How do I move files between devices on a local network?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Connect both devices to the same local network and use a LAN file transfer app to send files directly between them. Netshare is built for moving files between computers, phones, and tablets on the same network."
}
},
{
"@type": "Question",
"name": "Does Netshare work without internet?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Netshare is built for offline file sharing on local networks, including internal and restricted environments."
}
},
{
"@type": "Question",
"name": "Is Netshare free and open-source?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Netshare is a free, open-source file sharing app focused on private local transfers without accounts or cloud storage."
}
}
]
}
</script>
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-KMLT6MF7');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KMLT6MF7" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header>
<div class="container nav-container">
<a href="/" class="logo">Netshare</a>
<nav class="nav-links">
<a href="#features">Features</a>
<a href="#comparison">Compare</a>
<a href="#use-cases">Use Cases</a>
<a href="#faq">FAQ</a>
<a href="#technology">Technology</a>
<a href="https://github.com/NetShareOSS/netshare" target="_blank">GitHub</a>
<a href="support/">Support</a>
</nav>
</div>
</header>
<main>
<!-- Hero Section -->
<section class="hero">
<div class="container hero-content">
<p class="hero-eyebrow">Safer way to share files on the same network</p>
<div class="hero-title-row">
<img src="assets/images/app-icon.jpg" alt="Netshare app icon" class="hero-app-icon">
<h1>A safer alternative to shared folders and SMB for local file sharing.</h1>
</div>
<p class="hero-subtitle">
Netshare lets you transfer files between computers, phones, and tablets on the same network
without mounting shared folders, exposing cloud links, or relying on the internet.
</p>
<div class="hero-keywords" aria-label="Netshare benefits">
<span>Local-only transfers</span>
<span>No cloud</span>
<span>No accounts</span>
<span>Open source</span>
<span>Offline-ready</span>
</div>
<div class="hero-actions">
<a href="#" class="store-badge link-android" target="_blank">
<img src="assets/images/GooglePlay_Badge.png" alt="Get it on Google Play">
</a>
<a href="#" class="store-badge link-ios" target="_blank">
<img src="assets/images/App_Store_Badge.png" alt="Download on the App Store">
</a>
<a href="#" class="store-badge link-macos" target="_blank">
<img src="assets/images/Mac_App_Store_Badge.png" alt="Download on Mac App Store">
</a>
</div>
<div class="featured-badges" aria-label="Launch badges">
<div class="featured-badges-grid">
<a href="https://www.producthunt.com/products/netshare-share-file-in-local?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-netshare-share-file-in-local"
target="_blank" rel="noopener noreferrer">
<img alt="NetShare-share file in local - Private and no internet needed | Product Hunt"
width="250" height="54"
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1157930&theme=dark&t=1780116853371">
</a>
<a href="https://indiehunt.io/project/netshare-fast-private-local-file-sharing" target="_blank"
rel="noopener">
<img src="https://indiehunt.io/badges/indiehunt-badge-dark.svg" alt="Featured on IndieHunt"
width="265" height="58">
</a>
<a href="https://www.shipit.buzz/products/netshare?ref=badge" target="_blank"
rel="noopener noreferrer">
<img src="https://www.shipit.buzz/api/products/netshare/badge?theme=dark"
alt="Featured on Shipit">
</a>
</div>
</div>
</div>
</section>
<section class="video-section">
<div class="container">
<div class="feature-intro">
<h2>See how NetShare works</h2>
<p>Watch the short demo to see how to move files between devices on the same network without
cloud links, shared-folder setup, or internet dependency.</p>
</div>
<div class="demo-video-shell">
<div class="demo-video-frame">
<iframe src="https://www.youtube-nocookie.com/embed/KIReSrqF8FI"
title="Netshare demo video" loading="lazy"
referrerpolicy="strict-origin-when-cross-origin"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<!-- Value Propositions -->
<section id="features">
<div class="container">
<div class="feature-intro">
<h2>Safer LAN file transfer without the friction of shared folders</h2>
<p>Netshare is a free, open-source LAN file transfer app built for people who want a simpler,
more private way to move files between computers and mobile devices on the same network. It is
ideal when you need offline file sharing without setting up SMB shares, cloud sync, or user
accounts.</p>
</div>
<div class="features-grid">
<div class="feature-card">
<span class="feature-icon">🚀</span>
<h3>Local-first & blazing fast</h3>
<p>Files move directly between devices on your local network, making Netshare a fast option for
transferring files between computers, mobile-computer, mobile-mobile on the same network.</p>
</div>
<div class="feature-card">
<span class="feature-icon">🔒</span>
<h3>Privacy by design</h3>
<p>Your data stays on your network. No uploads, no tracking, and no external servers involved
when you securely share files over your local network.</p>
</div>
<div class="feature-card">
<span class="feature-icon">🧩</span>
<h3>Simpler than SMB shares</h3>
<p>Skip mount points, shared-folder permissions, and network-drive setup. Netshare is a cleaner
option when you just need to transfer files between devices on the same LAN.</p>
</div>
<div class="feature-card">
<span class="feature-icon">🌐</span>
<h3>Works without internet</h3>
<p>Share files without relying on the internet. Netshare works in offline or restricted
environments such as offices, labs, factories, schools, hospitals, and internal networks.</p>
</div>
<div class="feature-card">
<span class="feature-icon">📱</span>
<h3>Cross-platform</h3>
<p>Share files between two computers or between a computer and a mobile device across Android,
iOS, and macOS on the same network.</p>
</div>
<div class="feature-card">
<span class="feature-icon">🆓</span>
<h3>Free and open-source</h3>
<p>Netshare fits comparison searches for open-source LAN transfer tools because the product
stays focused on transparent, no-cloud, no-account file sharing.</p>
</div>
</div>
</div>
</section>
<section id="comparison" class="comparison-section">
<div class="container">
<div class="arch-content">
<h2>Why Netshare is a safer way to share files</h2>
<p>People comparing LAN file transfer apps usually want privacy, speed, and less setup. Netshare
is built for that exact same-network workflow.</p>
</div>
<div class="comparison-grid">
<div class="comparison-card comparison-card-highlight">
<h3>Netshare</h3>
<ul>
<li>Direct local-only transfers on the same network</li>
<li>No cloud upload or external file link</li>
<li>No account required</li>
<li>No SMB mount or shared-folder setup</li>
<li>Works in offline and restricted environments</li>
</ul>
</div>
<div class="comparison-card">
<h3>Traditional shared folders / SMB</h3>
<ul>
<li>Requires mounted shares and network permissions</li>
<li>More setup friction for occasional transfers</li>
<li>Easy to misconfigure or expose the wrong folder</li>
<li>Good for persistent access, less ideal for quick sharing</li>
</ul>
</div>
<div class="comparison-card">
<h3>Cloud drives and links</h3>
<ul>
<li>Depend on internet access and upload time</li>
<li>Often require accounts, syncing, or admin approval</li>
<li>Not ideal for secure internal or air-gapped workflows</li>
<li>Add external storage and compliance concerns</li>
</ul>
</div>
</div>
</div>
</section>
<section class="intent-section">
<div class="container">
<div class="feature-intro">
<h2>Built for the exact file-sharing workflows people search for</h2>
<p>Whether you are looking for a LAN file transfer app, a way to transfer files between computers
on the same network, or an offline file sharing tool, Netshare matches that intent with direct,
privacy-first local transfers.</p>
</div>
<div class="intent-grid">
<article class="intent-card">
<h3>LAN file transfer app</h3>
<p>Move files between devices on the same Wi-Fi or internal network without routing data
through the cloud.</p>
</article>
<article class="intent-card">
<h3>Transfer files between two computers on the same network</h3>
<p>Use Netshare when you need fast device-to-device sharing without mounting a shared drive or
sending download links.</p>
</article>
<article class="intent-card">
<h3>Offline file sharing for sensitive environments</h3>
<p>Keep transfers local in schools, labs, hospitals, factories, and enterprise networks where
privacy, control, or connectivity limits matter.</p>
</article>
</div>
</div>
</section>
<!-- Use Cases -->
<section id="use-cases">
<div class="container">
<div class="arch-content">
<h2>Built for real-world environments</h2>
<p>Designed for local-first sharing in secure, offline, and policy-restricted networks.</p>
</div>
<div class="use-cases-list">
<div class="use-case-card">
<div class="use-case-header">
<span class="use-case-icon">🏢</span>
<h3>Internal enterprise</h3>
</div>
<p>Share files within the company when cloud tools are restricted or blocked.</p>
<ul>
<li>No Google Drive or external links required</li>
<li>Perfect for HR docs, source code, and design files</li>
</ul>
</div>
<div class="use-case-card">
<div class="use-case-header">
<span class="use-case-icon">🏭</span>
<h3>Factories & industrial sites</h3>
</div>
<p>Built for isolated networks where devices may have no Internet access.</p>
<ul>
<li>Works on internal networks</li>
<li>Reliable transfers in offline environments</li>
</ul>
</div>
<div class="use-case-card">
<div class="use-case-header">
<span class="use-case-icon">🏥</span>
<h3>Schools, labs & hospitals</h3>
</div>
<p>Keep sensitive data on-premises while still enabling fast collaboration in
privacy-sensitive environments.</p>
<ul>
<li>Designed for LAN-only setups</li>
<li>Supports privacy-first workflows</li>
</ul>
</div>
<div class="use-case-card">
<div class="use-case-header">
<span class="use-case-icon">🎬</span>
<h3>Dev teams & studios</h3>
</div>
<p>Move large builds and assets quickly between machines on the same LAN.</p>
<ul>
<li>Share builds, exports, and media assets</li>
<li>Avoid cloud upload time and bandwidth costs</li>
</ul>
</div>
</div>
</div>
</section>
<section id="faq" class="faq-section">
<div class="container">
<div class="arch-content">
<h2>FAQ</h2>
<p>Clear answers for the practical same-network, offline, and privacy-first file sharing questions
people search for.</p>
</div>
<div class="faq-list">
<article class="faq-item">
<h3>How do I share files on the same Wi-Fi without the cloud?</h3>
<p>Use a local-only file transfer app that sends files directly between devices on the same
Wi-Fi network. Netshare keeps transfers on your LAN, so you do not need cloud storage,
external links, or internet uploads.</p>
</article>
<article class="faq-item">
<h3>What is a secure LAN file transfer app?</h3>
<p>A secure LAN file transfer app moves files directly across your local network instead of
routing them through external servers. Netshare is built for privacy-first LAN sharing with
no cloud dependency and no account requirement.</p>
</article>
<article class="faq-item">
<h3>How can I transfer files without internet or accounts?</h3>
<p>Choose an offline file sharing app that works entirely on the same network. Netshare lets
you transfer files between devices without internet access, logins, or cloud sync.</p>
</article>
<article class="faq-item">
<h3>Is Netshare a safer alternative to SMB or shared folders?</h3>
<p>For quick file transfers, yes. Netshare avoids mounted shared folders and keeps file
transfers local to your network, which reduces setup complexity and avoids cloud exposure.</p>
</article>
<article class="faq-item">
<h3>What is a safer alternative to SMB for file sharing?</h3>
<p>For quick same-network transfers, an app like Netshare can be a safer and simpler
alternative to SMB. It avoids mounted shares, reduces permission complexity, and keeps
transfers local to your network.</p>
</article>
<article class="faq-item">
<h3>Can I transfer files between two computers on the same network?</h3>
<p>Yes. Netshare is designed for same-network transfers between computers, and also supports
sharing between computers and mobile devices.</p>
</article>
<article class="faq-item">
<h3>How do I move files between devices on a local network?</h3>
<p>Connect both devices to the same local network and use a LAN file transfer app to send files
directly between them. Netshare is built for moving files between computers, phones, and
tablets on the same network.</p>
</article>
<article class="faq-item">
<h3>Does Netshare work without internet?</h3>
<p>Yes. Netshare is built for offline file sharing on local networks, including internal,
restricted, and low-connectivity environments.</p>
</article>
<article class="faq-item">
<h3>Is Netshare free and open-source?</h3>
<p>Yes. Netshare is a free, open-source file sharing app focused on private local transfers
without accounts or cloud storage.</p>
</article>
</div>
</div>
</section>
<section id="technology" class="technology-highlight-section">
<div class="container">
<div class="technology-highlight-card">
<div class="technology-highlight-copy">
<p class="technology-label">Technology</p>
<h2>Built with Flutter for a consistent cross-platform app.</h2>
<p><a href="https://flutter.dev/" target="_blank" rel="noopener"
class="inline-text-link">Flutter</a> helped the team move quickly across platforms
while keeping the UI consistent. It was chosen to enable fast development without
maintaining separate native apps.</p>
<a href="technology/" class="btn btn-secondary">Read about the technology</a>
</div>
<div class="technology-highlight-visual" aria-hidden="true">
<img src="assets/images/icon_flutter.png" alt="">
</div>
</div>
</div>
</section>
<div class="coffee-support" style="text-align: center; padding: 2rem 0; color: #a1a1aa;">
💙 If you liked this app, consider <a href="https://buymeacoffee.com/huynguyennovem" target="_blank"
rel="noopener" style="color: #007bff; text-decoration: underline;">buying me a coffee</a>
</div>
</main>
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-links">
<h4>Netshare</h4>
<p style="font-size: 0.9rem;">Open source local file sharing.</p>
</div>
<div class="footer-links">
<h4>Community</h4>
<a href="https://discord.gg/bDuY7qrJE" class="discord-icon-link" target="_blank" rel="noopener"
aria-label="Join the Netshare Discord community">
<img src="assets/images/Discord.png" alt="" aria-hidden="true">
</a>
</div>
<div class="footer-links">
<h4>Legal</h4>
<ul>
<li><a href="privacy/">Privacy Policy</a></li>
<li><a href="terms/">Terms of Use</a></li>
<li><a href="technology/">Technology</a></li>
</ul>
</div>
<div class="footer-links">
<h4>Connect</h4>
<div class="social-links">
<a href="https://github.com/NetShareOSS/netshare" target="_blank" class="social-item">
<div class="social-icon">
<svg viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.43.372.823 1.102.823 2.222 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" />
</svg>
</div>
<span>GitHub</span>
</a>
<a href="https://x.com/NetShareOSS" target="_blank" class="social-item">
<div class="social-icon">
<svg viewBox="0 0 24 24" fill="currentColor">
<path
d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z" />
</svg>
</div>
<span>X (Twitter)</span>
</a>
<a href="https://www.youtube.com/@NetShareOSS" target="_blank" class="social-item">
<div class="social-icon">
<svg viewBox="0 0 24 24" fill="currentColor">
<path
d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z" />
</svg>
</div>
<span>YouTube</span>
</a>
<a href="support/" class="social-item">
<div class="social-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10" />
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" />
<line x1="12" y1="17" x2="12.01" y2="17" />
</svg>
</div>
<span>Support</span>
</a>
</div>
</div>
</div>
<div class="copyright">
© 2026 Netshare Project. All rights reserved.
</div>
</div>
</footer>
<script src="assets/js/constants.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>