Skip to content

Commit 9fd1d3b

Browse files
authored
Update about-hackeros.html
1 parent 8f4802e commit 9fd1d3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

about-hackeros.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
document.querySelector('.hacker-lang-section p').textContent = 'HackerOS features its own scripting programming language called Hacker. To use this tool, simply run the command "hackerc".';
460460
document.querySelector('.hacker-kernel-section h2').textContent = 'Hacker Kernel';
461461
const kernelPs = document.querySelectorAll('.hacker-kernel-section p');
462-
kernelPs[0].innerHTML = 'Do you want to develop the hacker kernel? Report to gmail [email protected] or to <a href="https://github.com/HackerOS-Linux-System/HackerOS-Website/issues">issues</a> or <a href="https://github.com/HackerOS-Linux-System/HackerOS-Website/discussions">discussions</a> (log in if you want to actively develop this project)';
462+
kernelPs[0].innerHTML = 'Do you want to develop the hacker kernel? Report to gmail [email protected] or to <a href="https://github.com/HackerOS-Linux-System/HackerOS-Website/issues">issues</a> or <a href="https://github.com/HackerOS-Linux-System/HackerOS-Website/discussions">discussions</a> (apply if you want to actively develop this project)';
463463
kernelPs[1].textContent = 'What is Hacker Kernel? It is an efficient kernel, it will have optimizations for games, it will be an LTS kernel stable with stable updates. Support for all amd64 processors and all GPUs.';
464464
}
465465
const copyButtons = document.querySelectorAll('.copy-button');
@@ -588,7 +588,7 @@ <h2>Język Programowania Hacker</h2>
588588
</section>
589589
<section class="hacker-kernel-section">
590590
<h2>Hacker Kernel</h2>
591-
<p>Chcesz rozwijać jądro hacker kernel? Zgłoś się na gmail [email protected] lub na <a href="https://github.com/HackerOS-Linux-System/HackerOS-Website/issues">issues</a> lub <a href="https://github.com/HackerOS-Linux-System/HackerOS-Website/discussions">discussions</a> (zaloguj się jeżeli chcesz aktywnie rozwijać ten projekt)</p>
591+
<p>Chcesz rozwijać jądro hacker kernel? Zgłoś się na gmail [email protected] lub na <a href="https://github.com/HackerOS-Linux-System/HackerOS-Website/issues">issues</a> lub <a href="https://github.com/HackerOS-Linux-System/HackerOS-Website/discussions">discussions</a> (zgłoś się jeżeli chcesz aktywnie rozwijać ten projekt)</p>
592592
<p>Czym jest Hacker Kernel? Jest to jądro wydajne, będzie posiadać optymalizacje do gier, będzie jądrem LTS stabilnym ze stabilnymi aktualizacjami. Wsparcie dla wszystkich procesorów amd64 i wszystkich GPU.</p>
593593
</section>
594594
<footer>

0 commit comments

Comments
 (0)