Skip to content

Commit e10f6dd

Browse files
committed
2 parents 5973591 + 0086efb commit e10f6dd

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

docs/index.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
<meta charset="UTF-8">
99
<meta content="width=device-width, initial-scale=1.0" name="viewport">
1010

11-
<meta content="default-src 'self'; connect-src 'self' https://static.cloudflareinsights.com https://cloudflareinsights.com https://api.github.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https:; script-src 'self' 'unsafe-inline' https://static.cloudflareinsights.com;" http-equiv="Content-Security-Policy">
11+
<meta content="default-src 'self'; connect-src 'self' https://static.cloudflareinsights.com https://cloudflareinsights.com https://api.github.com https://img.shields.io; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https:; script-src 'self' 'unsafe-inline' https://static.cloudflareinsights.com;" http-equiv="Content-Security-Policy">
12+
13+
<link href="https://api.github.com" rel="preconnect">
14+
<link href="https://img.shields.io" rel="preconnect">
1215

1316
<link as="style" href="./assets/css/style.css" rel="preload">
1417
<link href="./assets/css/style.css" rel="stylesheet">
@@ -159,7 +162,7 @@
159162
box-sizing: border-box;
160163
margin: 0 auto;
161164
max-width: 100%;
162-
width: 520px;
165+
width: 500px;
163166
}
164167

165168
.copy-btn {
@@ -261,15 +264,15 @@ <h1 class="bg-clip-text bg-gradient-to-r font-black from-blue-400 leading-tight
261264
<img alt="GitHub stars"
262265
class="badge-img"
263266
decoding="async"
267+
fetchpriority="high"
264268
height="20"
265-
loading="lazy"
266269
src="https://img.shields.io/github/stars/IgorMundstein/WinMemoryCleaner?style=social"
267270
width="91">
268271
<img alt="GitHub downloads"
269272
class="badge-img"
270273
decoding="async"
274+
fetchpriority="high"
271275
height="20"
272-
loading="lazy"
273276
src="https://img.shields.io/github/downloads/IgorMundstein/WinMemoryCleaner/total?style=social"
274277
width="111">
275278
</div>
@@ -439,7 +442,7 @@ <h2 class="font-bold mb-8 md:text-4xl text-3xl text-center text-white">Get Start
439442
<div class="flex justify-center">
440443
<a class="btn btn-blue flex-col py-4 w-full" href="https://github.com/IgorMundstein/WinMemoryCleaner/releases/latest/download/WinMemoryCleaner.exe">
441444
<span class="text-xl">Download</span>
442-
<span class="font-medium hidden mt-1 text-blue-200 text-sm" id="latest-version"></span>
445+
<span class="font-medium hidden mt-1 text-sm text-white" id="latest-version"></span>
443446
</a>
444447
</div>
445448

@@ -476,13 +479,11 @@ <h2 class="font-bold mb-8 md:text-4xl text-3xl text-center text-white">Get Start
476479
</div>
477480
</div>
478481
<figure class="mt-8 mx-auto">
479-
<img alt="App Main Window"
480-
class="bg-gray-800 block h-auto max-w-full mx-auto rounded-md"
481-
decoding="async"
482-
height="762"
483-
loading="lazy"
484-
src="./assets/images/main-window.png?v=20251121"
485-
width="520">
482+
<img alt="App Main Window"
483+
class="bg-gray-800 block h-auto max-w-full mx-auto rounded-md"
484+
decoding="async"
485+
loading="lazy"
486+
src="./assets/images/main-window.png?v=20251121">
486487
<figcaption class="sr-only">Screenshot of the Windows Memory Cleaner main application window.</figcaption>
487488
</figure>
488489
</section>
@@ -493,7 +494,7 @@ <h2 class="font-bold mb-8 md:text-4xl text-3xl text-center text-white">Get Start
493494
<div class="max-w-screen-xl mx-auto px-4 py-4 text-center text-gray-400 text-sm">
494495
<p>
495496
WMC is a free, open-source project licensed under
496-
<a href="https://github.com/IgorMundstein/WinMemoryCleaner/blob/main/LICENSE" rel="noopener" target="_blank">GPL-3.0</a>
497+
<a class="font-medium hover:text-white text-blue-400" href="https://github.com/IgorMundstein/WinMemoryCleaner/blob/main/LICENSE" rel="noopener" target="_blank">GPL-3.0</a>
497498
</p>
498499
<p class="mt-2 text-sm" id="copyright">© 2019 - 2025 Igor Mundstein</p>
499500
</div>

0 commit comments

Comments
 (0)