-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticles.html
More file actions
33 lines (31 loc) · 1.37 KB
/
Copy patharticles.html
File metadata and controls
33 lines (31 loc) · 1.37 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
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>HackerOS - Artykuły</title>
<meta name="description" content="HackerOS articles: guides, walkthroughs and write-ups about the system and its tools.">
<link rel="icon" type="image/png" href="HackerOS.png">
<link rel="stylesheet" href="articles/styles/main.css">
</head>
<body>
<header><nav>
<div class="logo"><a href="Home-page.html"><img src="HackerOS.png" alt="HackerOS Logo"></a></div>
<ul>
<li><a id="nav-home" href="Home-page.html">Home</a></li>
<li><a id="nav-download" href="download.html">Download</a></li>
<li><a id="nav-releases" href="releases.html">Releases</a></li>
<li><a id="nav-team" href="hackeros-team.html">HackerOS Team</a></li>
<li><a id="nav-docs" href="hackeros-documentation.html">Documentation</a></li>
<li><a id="nav-articles" class="current" href="articles.html" aria-current="page">Artykuły</a></li>
</ul>
</nav></header>
<main class="articles-page"><div id="view"></div></main>
<footer><p id="footer-copy">© 2026 HackerOS. Wszelkie prawa zastrzeżone.</p></footer>
<script src="translations/lang-core.js"></script>
<script src="translations/hackeros-team.js"></script>
<script src="translations/articles.js"></script>
<script src="translations/lang-switcher.js"></script>
<script src="articles/engine.js"></script>
</body>
</html>