Skip to content

Commit 7711102

Browse files
authored
Add files via upload
1 parent ce5bae6 commit 7711102

7 files changed

Lines changed: 269 additions & 40 deletions

File tree

Compare.html

Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
<!DOCTYPE html>
2-
<html lang="es">
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="google-adsense-account" content="ca-pub-9208880316800976">
7-
<title>Compare</title>
7+
<title>Compare | PC-Free vs Azure vs AWS WorkSpaces (2025)</title>
8+
<meta name="description" content="Compare PC-Free (free Windows 10 in browser) vs Azure Virtual Desktop, AWS WorkSpaces and local VMs. Cost, setup time, hardware requirements & more.">
9+
<meta name="keywords" content="cloud pc comparison, free windows 10 vs azure, pc-free vs aws workspaces, best cloud pc">
10+
<link rel="canonical" href="https://jephersonrd.github.io/PC-Free/Compare.html">
11+
<meta property="og:title" content="Compare | PC-Free vs Azure vs AWS WorkSpaces">
12+
<meta property="og:description" content="Compare PC-Free (free Windows 10 in browser) vs Azure, AWS and local VMs. See the true cost difference.">
13+
<meta property="og:image" content="https://jephersonrd.github.io/PC-Free/images/windows10-desktop.png">
14+
<meta property="og:url" content="https://jephersonrd.github.io/PC-Free/Compare.html">
15+
<meta property="og:type" content="website">
16+
<meta name="twitter:card" content="summary_large_image">
17+
<meta name="twitter:title" content="Compare | PC-Free vs Azure vs AWS WorkSpaces">
18+
<meta name="twitter:description" content="Compare PC-Free (free Windows 10 in browser) vs Azure, AWS and local VMs.">
19+
<meta name="twitter:image" content="https://jephersonrd.github.io/PC-Free/images/windows10-desktop.png">
820
<link rel="preconnect" href="https://fonts.googleapis.com">
921
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&family=DM+Sans:wght@400;500&display=swap" rel="stylesheet">
1022
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.31.0/dist/tabler-icons.min.css">
@@ -360,11 +372,12 @@
360372
</svg>
361373
</div>
362374
<div class="nav-links-pill">
363-
<a href="index.html" class="nav-link">HOME</a>
364-
<a href="Compare.html" class="nav-link active">COMPARISON</a>
365-
<a href="faq.html" class="nav-link">FAQ</a>
366-
<a href="docs.html" class="nav-link">DOCS</a>
367-
<a href="https://github.com/jephersonRD/pc-free" class="nav-link" target="_blank">Support</a>
375+
<a href="index.html" class="nav-link">HOME</a>
376+
<a href="quickstart.html" class="nav-link">QUICK START</a>
377+
<a href="Compare.html" class="nav-link active">COMPARISON</a>
378+
<a href="faq.html" class="nav-link">FAQ</a>
379+
<a href="docs.html" class="nav-link">DOCS</a>
380+
<a href="https://github.com/jephersonRD/pc-free" class="nav-link" target="_blank">GITHUB</a>
368381
</div>
369382
</nav>
370383

@@ -373,7 +386,7 @@
373386
<i class="ti ti-chart-bar"></i>
374387
Honest comparison
375388
</div>
376-
<h1>How does <br><span>PC-Free?</span> compare?</h1>
389+
<h1>PC-Free vs Azure, <br><span>AWS & Local VMs</span></h1>
377390
<p class="hero-sub">We evaluate cost, speed, accessibility and openness against the leading market alternatives.</p>
378391
</section>
379392

@@ -500,7 +513,26 @@ <h1>How does <br><span>PC-Free?</span> compare?</h1>
500513

501514
lastScroll = currentScroll;
502515
});
516+
503517
</script>
504518

519+
<script type="application/ld+json">
520+
{
521+
"@context": "https://schema.org",
522+
"@type": "WebPage",
523+
"name": "PC-Free Comparison — vs Azure, AWS & Local VMs",
524+
"description": "Compare PC-Free (free Windows 10 in browser) vs Azure Virtual Desktop, AWS WorkSpaces and local VMs.",
525+
"about": {
526+
"@type": "SoftwareApplication",
527+
"name": "PC-Free",
528+
"description": "Free Windows 10 in your browser",
529+
"offers": {
530+
"@type": "Offer",
531+
"price": "0",
532+
"priceCurrency": "USD"
533+
}
534+
}
535+
}
536+
</script>
505537
</body>
506538
</html>

docs.html

Lines changed: 37 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="google-adsense-account" content="ca-pub-9208880316800976">
7-
<title>PC-Free — Documentation</title>
7+
<title>Documentation | PC-Free — Windows 10 in Browser (2025)</title>
8+
<meta name="description" content="Full documentation for PC-Free. Learn how to run Windows 10 free in your browser using Docker and GitHub Codespaces. Setup, config, commands & troubleshooting.">
9+
<meta name="keywords" content="windows 10 browser documentation, cloud pc setup guide, docker windows container, github codespaces tutorial">
10+
<link rel="canonical" href="https://jephersonrd.github.io/PC-Free/docs.html">
11+
<meta property="og:title" content="Documentation | PC-Free — Windows 10 in Browser">
12+
<meta property="og:description" content="Full documentation for running Windows 10 free in your browser using Docker and GitHub Codespaces.">
13+
<meta property="og:image" content="https://jephersonrd.github.io/PC-Free/images/windows10-desktop.png">
14+
<meta property="og:url" content="https://jephersonrd.github.io/PC-Free/docs.html">
15+
<meta property="og:type" content="website">
16+
<meta name="twitter:card" content="summary_large_image">
17+
<meta name="twitter:title" content="Documentation | PC-Free — Windows 10 in Browser">
18+
<meta name="twitter:description" content="Full documentation for PC-Free. Setup, config, commands & troubleshooting.">
19+
<meta name="twitter:image" content="https://jephersonrd.github.io/PC-Free/images/windows10-desktop.png">
820
<link rel="preconnect" href="https://fonts.googleapis.com">
921
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&family=DM+Sans:ital,wght@0,400;0,500;1,400&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
1022
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.31.0/dist/tabler-icons.min.css">
@@ -642,11 +654,6 @@
642654
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9208880316800976" crossorigin="anonymous"></script>
643655
</head>
644656
<body>
645-
<video autoplay muted loop playsinline class="bg-video">
646-
<source src="Assets/docs.mp4" type="video/mp4">
647-
</video>
648-
<div class="video-overlay"></div>
649-
650657
<div class="blob blob-1"></div>
651658
<div class="blob blob-2"></div>
652659

@@ -658,14 +665,20 @@
658665
</svg>
659666
</div>
660667
<div class="nav-links-pill">
661-
<a href="index.html" class="nav-link">HOME</a>
662-
<a href="Compare.html" class="nav-link">COMPARISON</a>
663-
<a href="faq.html" class="nav-link">FAQ</a>
664-
<a href="docs.html" class="nav-link active">DOCS</a>
665-
<a href="https://github.com/jephersonRD/pc-free" class="nav-link" target="_blank">Support</a>
668+
<a href="index.html" class="nav-link">HOME</a>
669+
<a href="quickstart.html" class="nav-link">QUICK START</a>
670+
<a href="Compare.html" class="nav-link">COMPARISON</a>
671+
<a href="faq.html" class="nav-link">FAQ</a>
672+
<a href="docs.html" class="nav-link active">DOCS</a>
673+
<a href="https://github.com/jephersonRD/pc-free" class="nav-link" target="_blank">GITHUB</a>
666674
</div>
667675
</nav>
668676

677+
<video autoplay muted loop playsinline class="bg-video">
678+
<source src="Assets/docs.mp4" type="video/mp4">
679+
</video>
680+
<div class="video-overlay"></div>
681+
669682
<!-- ══ PAGE ══ -->
670683
<div class="page-layout">
671684

@@ -1189,5 +1202,18 @@ <h1>Run <em>Windows 10</em><br>Free in Your Browser</h1>
11891202
}, { rootMargin: '-20% 0px -70% 0px' });
11901203
sections.forEach(s => observer.observe(s));
11911204
</script>
1205+
1206+
<script type="application/ld+json">
1207+
{
1208+
"@context": "https://schema.org",
1209+
"@type": "TechArticle",
1210+
"headline": "PC-Free Documentation — Run Windows 10 in Browser",
1211+
"description": "Full documentation for running Windows 10 free in your browser using Docker and GitHub Codespaces",
1212+
"author": {
1213+
"@type": "Person",
1214+
"name": "JephersonRD"
1215+
}
1216+
}
1217+
</script>
11921218
</body>
11931219
</html>

faq.html

Lines changed: 60 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="google-adsense-account" content="ca-pub-9208880316800976">
7-
<title>PC-Free — FAQ</title>
7+
<title>FAQ | PC-Free — Free Windows 10 Browser PC (2025)</title>
8+
<meta name="description" content="Common questions about running Windows 10 free in your browser. Is it really free? Works on mobile? How long to boot? All answers here.">
9+
<meta name="keywords" content="windows 10 browser free faq, cloud pc questions, run windows online help, free cloud pc faq">
10+
<link rel="canonical" href="https://jephersonrd.github.io/PC-Free/faq.html">
11+
<meta property="og:title" content="FAQ | PC-Free — Free Windows 10 Browser PC">
12+
<meta property="og:description" content="Common questions about running Windows 10 free in your browser. All answers here.">
13+
<meta property="og:image" content="https://jephersonrd.github.io/PC-Free/images/windows10-desktop.png">
14+
<meta property="og:url" content="https://jephersonrd.github.io/PC-Free/faq.html">
15+
<meta property="og:type" content="website">
16+
<meta name="twitter:card" content="summary_large_image">
17+
<meta name="twitter:title" content="FAQ | PC-Free — Free Windows 10 Browser PC">
18+
<meta name="twitter:description" content="Common questions about running Windows 10 free in your browser.">
19+
<meta name="twitter:image" content="https://jephersonrd.github.io/PC-Free/images/windows10-desktop.png">
820
<link rel="preconnect" href="https://fonts.googleapis.com">
921
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&family=DM+Sans:ital,wght@0,400;0,500;1,400&display=swap" rel="stylesheet">
1022
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.31.0/dist/tabler-icons.min.css">
@@ -261,11 +273,12 @@
261273
</svg>
262274
</div>
263275
<div class="nav-links-pill">
264-
<a href="index.html" class="nav-link">HOME</a>
265-
<a href="Compare.html" class="nav-link">COMPARISON</a>
266-
<a href="faq.html" class="nav-link active">FAQ</a>
267-
<a href="docs.html" class="nav-link">DOCS</a>
268-
<a href="https://github.com/jephersonRD/pc-free" class="nav-link" target="_blank">Support</a>
276+
<a href="index.html" class="nav-link">HOME</a>
277+
<a href="quickstart.html" class="nav-link">QUICK START</a>
278+
<a href="Compare.html" class="nav-link">COMPARISON</a>
279+
<a href="faq.html" class="nav-link active">FAQ</a>
280+
<a href="docs.html" class="nav-link">DOCS</a>
281+
<a href="https://github.com/jephersonRD/pc-free" class="nav-link" target="_blank">GITHUB</a>
269282
</div>
270283
</nav>
271284

@@ -405,5 +418,46 @@ <h1>Got <em>Questions?</em><br>We Have Answers.</h1>
405418
});
406419
});
407420
</script>
421+
422+
<script type="application/ld+json">
423+
{
424+
"@context": "https://schema.org",
425+
"@type": "FAQPage",
426+
"mainEntity": [
427+
{
428+
"@type": "Question",
429+
"name": "How long does Windows take to boot?",
430+
"acceptedAnswer": {
431+
"@type": "Answer",
432+
"text": "First boot takes 5-10 minutes while downloading the Windows image. Subsequent boots take 2-3 minutes."
433+
}
434+
},
435+
{
436+
"@type": "Question",
437+
"name": "Is it really free? What's the catch?",
438+
"acceptedAnswer": {
439+
"@type": "Answer",
440+
"text": "Yes! GitHub provides 120 hours/month of Codespaces for free. This is enough for light daily use."
441+
}
442+
},
443+
{
444+
"@type": "Question",
445+
"name": "Can I use my own keyboard and mouse?",
446+
"acceptedAnswer": {
447+
"@type": "Answer",
448+
"text": "Yes — fully. PC-Free exposes a real RDP session so your keyboard and peripherals work as on a local machine."
449+
}
450+
},
451+
{
452+
"@type": "Question",
453+
"name": "Does it work on mobile or Chromebook?",
454+
"acceptedAnswer": {
455+
"@type": "Answer",
456+
"text": "Yes. Any device with a modern browser works including Android, iPad, and ChromeOS."
457+
}
458+
}
459+
]
460+
}
461+
</script>
408462
</body>
409463
</html>

index.html

Lines changed: 59 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
<!doctype html>
2-
<html lang="es">
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" href="favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta name="google-adsense-account" content="ca-pub-9208880316800976">
8-
<title>PC-Free</title>
8+
<title>PC-Free | Run Windows 10 Free in Your Browser (2025)</title>
9+
<meta name="description" content="Run Windows 10 completely free in your browser with PC-Free. No PC required. Deploy in 5 minutes using Docker & GitHub Codespaces. Works on any device.">
10+
<meta name="keywords" content="cloud pc free, windows 10 browser, run windows online, free cloud pc, github cloud pc, windows emulator online, pc virtual gratis">
11+
<link rel="canonical" href="https://jephersonrd.github.io/PC-Free/">
12+
<meta property="og:title" content="PC-Free | Run Windows 10 Free in Your Browser">
13+
<meta property="og:description" content="Deploy a complete Windows 10 environment using Docker & GitHub Codespaces. No PC required, completely free.">
14+
<meta property="og:image" content="https://jephersonrd.github.io/PC-Free/images/windows10-desktop.png">
15+
<meta property="og:url" content="https://jephersonrd.github.io/PC-Free/">
16+
<meta property="og:type" content="website">
17+
<meta name="twitter:card" content="summary_large_image">
18+
<meta name="twitter:title" content="PC-Free | Run Windows 10 Free in Your Browser">
19+
<meta name="twitter:description" content="Deploy Windows 10 in your browser. Free, no PC needed.">
20+
<meta name="twitter:image" content="https://jephersonrd.github.io/PC-Free/images/windows10-desktop.png">
921
<link rel="stylesheet" href="style.css" />
1022
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9208880316800976" crossorigin="anonymous"></script>
1123
</head>
@@ -30,10 +42,11 @@
3042
</div>
3143
<div class="nav-links-pill">
3244
<a href="index.html" class="nav-link active">HOME</a>
45+
<a href="quickstart.html" class="nav-link">QUICK START</a>
3346
<a href="Compare.html" class="nav-link">COMPARISON</a>
3447
<a href="faq.html" class="nav-link">FAQ</a>
3548
<a href="docs.html" class="nav-link">DOCS</a>
36-
<a href="https://github.com/jephersonRD/pc-free" class="nav-link" target="_blank">Support</a>
49+
<a href="https://github.com/jephersonRD/pc-free" class="nav-link" target="_blank">GITHUB</a>
3750
</div>
3851
</nav>
3952

@@ -45,7 +58,7 @@
4558
</a>
4659

4760
<h1 class="hero-headline">
48-
Run Windows 10 Free in Your Browser
61+
Run Windows 10 Free in Your Browser — Cloud PC (2025)
4962
</h1>
5063

5164
<p class="hero-subtext">
@@ -61,6 +74,48 @@ <h1 class="hero-headline">
6174
</div>
6275
</div>
6376

77+
<section class="features-section" style="padding: 60px 24px 80px; max-width: 1020px; margin: 0 auto; position: relative; z-index: 10;">
78+
<h2 style="font-family: 'Sora', sans-serif; font-size: clamp(22px, 3vw, 32px); font-weight: 700; color: #111827; text-align: center; margin-bottom: 40px; letter-spacing: -1px;">Why Use a Free Cloud PC in Your Browser?</h2>
79+
<div style="display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; margin-bottom: 40px;">
80+
<div style="background: rgba(255,255,255,0.55); border: 1px solid rgba(255,255,255,0.8); border-radius: 14px; padding: 20px; backdrop-filter: blur(16px);">
81+
<h3 style="font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 600; color: #111827; margin-bottom: 6px;">Windows 10 Emulator Online — Free</h3>
82+
<p style="font-size: 13.5px; color: #6b7280; line-height: 1.6;">Access a full Windows 10 environment directly from your browser. No downloads, no installation, no credit card required.</p>
83+
</div>
84+
<div style="background: rgba(255,255,255,0.55); border: 1px solid rgba(255,255,255,0.8); border-radius: 14px; padding: 20px; backdrop-filter: blur(16px);">
85+
<h3 style="font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 600; color: #111827; margin-bottom: 6px;">Works on Any Device — Mobile, Chromebook, Tablet</h3>
86+
<p style="font-size: 13.5px; color: #6b7280; line-height: 1.6;">Run Windows from your phone, iPad, or Chromebook. All you need is a modern browser and an internet connection.</p>
87+
</div>
88+
<div style="background: rgba(255,255,255,0.55); border: 1px solid rgba(255,255,255,0.8); border-radius: 14px; padding: 20px; backdrop-filter: blur(16px);">
89+
<h3 style="font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 600; color: #111827; margin-bottom: 6px;">Free Cloud PC with GitHub Codespaces</h3>
90+
<p style="font-size: 13.5px; color: #6b7280; line-height: 1.6;">GitHub provides 120 free hours per month. Deploy your cloud PC in 5 minutes using Docker — no PC required, completely free.</p>
91+
</div>
92+
</div>
93+
<div style="text-align: center;">
94+
<a href="quickstart.html" style="display: inline-flex; align-items: center; gap: 8px; font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 600; color: #fff; background: #3b82f6; border: 1.5px solid #60a5fa; border-radius: 100px; padding: 14px 32px; text-decoration: none; box-shadow: 0 4px 16px rgba(59,130,246,0.28); transition: background 0.18s, transform 0.12s;" onmouseover="this.style.background='#2563eb'" onmouseout="this.style.background='#3b82f6'">Get Your Free Windows 10 Cloud PC →</a>
95+
</div>
96+
</section>
97+
98+
<script type="application/ld+json">
99+
{
100+
"@context": "https://schema.org",
101+
"@type": "SoftwareApplication",
102+
"name": "PC-Free",
103+
"description": "Run Windows 10 free in your browser using Docker and GitHub Codespaces",
104+
"applicationCategory": "DeveloperApplication",
105+
"operatingSystem": "Any (Browser-based)",
106+
"offers": {
107+
"@type": "Offer",
108+
"price": "0",
109+
"priceCurrency": "USD"
110+
},
111+
"author": {
112+
"@type": "Person",
113+
"name": "JephersonRD"
114+
},
115+
"softwareVersion": "1.0"
116+
}
117+
</script>
118+
64119
<script src="script.js"></script>
65120
</body>
66121
</html>

0 commit comments

Comments
 (0)