Skip to content

Commit db31114

Browse files
authored
Update KSS for www
1 parent 225ce1b commit db31114

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@
99
<meta name="keywords" content="build, own, kernel, os, operation, system, operating system, documentation, wiki, linux, windows, info, first, principles, github, 2025, year">
1010
<meta name="author" content="Sliz®">
1111
<meta name="robots" content="index, follow">
12-
<link rel="icon" type="image/ico" href="https://kernelstepbystep.pp.ua/favicon.ico">
13-
<link rel="apple-touch-icon" href="https://kernelstepbystep.pp.ua/icon.png">
12+
<link rel="icon" type="image/ico" href="https://www.kernelstepbystep.pp.ua/favicon.ico">
13+
<link rel="apple-touch-icon" href="https://www.kernelstepbystep.pp.ua/icon.png">
1414
<meta property="og:title" content="Kernel Step by Step">
1515
<meta property="og:description" content="Build your own kernel and operating system from first principles.">
1616
<meta property="og:type" content="website">
17-
<meta property="og:url" content="https://kernelstepbystep.pp.ua/">
17+
<meta property="og:url" content="https://www.kernelstepbystep.pp.ua/">
1818
<meta property="og:image" content="https://kernelstepbystep.pp.ua/favicon.ico">
1919
<meta name="twitter:card" content="summary_large_image">
2020
<meta name="twitter:title" content="Kernel Step by Step">
2121
<meta name="twitter:description" content="Build your own kernel and operating system from first principles.">
22-
<meta name="twitter:image" content="https://kernelstepbystep.pp.ua/icon.png">
22+
<meta name="twitter:image" content="https://www.kernelstepbystep.pp.ua/icon.png">
2323
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
2424
<script type="application/ld+json">
2525
{
2626
"@context": "https://schema.org",
2727
"@type": "Organization",
2828
"name": "Kernel Step by Step",
29-
"url": "https://kernelstepbystep.pp.ua/",
30-
"logo": "https://kernelstepbystep.pp.ua/favicon.ico",
29+
"url": "https://www.kernelstepbystep.pp.ua/",
30+
"logo": "https://www.kernelstepbystep.pp.ua/favicon.ico",
3131
"description": "Build your own kernel and operating system from first principles."
3232
}
3333
</script>
@@ -653,7 +653,7 @@
653653
</div>
654654

655655
<div class="logo-container">
656-
<img src="https://kernelstepbystep.pp.ua/icon.png" alt="KSS" class="logo-img">
656+
<img src="https://www.kernelstepbystep.pp.ua/icon.png" alt="KSS" class="logo-img">
657657
<h1 class="logo-text">Kernel Step by Step</h1>
658658
</div>
659659
<p class="hero-desc">A Step-by-Step Guide to Building Your Own Kernel by Zero.</p>
@@ -677,8 +677,8 @@ <h1 class="logo-text">Kernel Step by Step</h1>
677677

678678
<div id="app-container">
679679
<header>
680-
<div onclick="window.open('https://kernelstepbystep.pp.ua/')" class="header-logo">
681-
<img src="https://kernelstepbystep.pp.ua/icon.png" alt="logo" class="header-mini-icon">
680+
<div onclick="window.open('https://www.kernelstepbystep.pp.ua/')" class="header-logo">
681+
<img src="https://www.kernelstepbystep.pp.ua/icon.png" alt="logo" class="header-mini-icon">
682682
<span>KSS</span>
683683
</div>
684684
<div style="display: flex; align-items: center;">
@@ -866,7 +866,7 @@ <h1 style="font-size:3rem; margin-bottom:20px;">🎉 Congratulations!</h1>
866866
<button class="start-btn" onclick="goHome()">
867867
Back to Start
868868
</button>
869-
<button class="start-btn" onclick="window.open('https://kernelstepbystep.pp.ua/os/')">
869+
<button class="start-btn" onclick="window.open('https://www.kernelstepbystep.pp.ua/os/')">
870870
SSS (System Step by Step)
871871
</button>
872872
</div>

0 commit comments

Comments
 (0)