-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.74 KB
/
Copy pathindex.html
File metadata and controls
37 lines (37 loc) · 1.74 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
34
35
36
37
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HackerOS Search</title>
<link rel="icon" type="image/png" href="HackerOS.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<canvas id="particles"></canvas>
<div class="logo-container">
<a href="https://hackeros-linux-system.github.io/HackerOS-Website/" target="_blank">
<img src="HackerOS.png" alt="HackerOS Logo">
</a>
</div>
<div class="theme-toggle" id="themeToggle">Change</div>
<section class="main-container">
<div class="search-container">
<form class="search-form" action="https://www.ecosia.org/search" method="GET" role="search" aria-label="Wyszukiwarka Ecosia">
<input type="text" class="search-input" name="q" placeholder="Wyszukaj w Ecosia..." required aria-label="Wprowadź frazę wyszukiwania">
<button type="submit" class="search-button" aria-label="Szukaj">
<img src="https://cdn-icons-png.flaticon.com/512/622/622669.png" alt="Ikona wyszukiwania">
</button>
</form>
</div>
</section>
<div class="bottom-left-link">
<a href="https://hackeros-linux-system.github.io/HackerOS-Website/tools-docs/index.html" aria-label="Discover our ecosystem">Discover our ecosystem</a>
</div>
<footer>
Powered by <a href="https://www.ecosia.org" target="_blank" aria-label="Strona Ecosia">Ecosia</a> |
<a href="https://hackeros-linux-system.github.io/HackerOS-Website/" target="_blank" aria-label="Strona HackerOS">HackerOS</a> | © 2026
</footer>
<script src="script.js" defer></script>
</body>
</html>