-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (30 loc) · 1.28 KB
/
index.html
File metadata and controls
33 lines (30 loc) · 1.28 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>Interpuce Team</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="header-content">
<h1>Interpuce Team</h1>
<p>Twórcy systemu Auror OS – nowoczesnych rozwiązań na miarę przyszłości</p>
<a href="https://Interpuce.github.io/auror-os/Auror.html" class="cta-button">Przejdź do Auror OS</a>
</div>
</header>
<section id="about">
<h2>O Nas</h2>
<p>Interpuce Team to zespół doświadczonych specjalistów, pasjonujących się nowoczesnymi technologiami. Pracujemy nad projektami, które mają na celu rewolucjonizować świat technologii. Nasz najnowszy projekt, Auror OS, to bezpieczny i funkcjonalny system operacyjny dla każdego.</p>
</section>
<section id="projects">
<h2>Nasze Projekty</h2>
<p>Jesteśmy dumni z Auror OS, który jest naszym flagowym projektem. Przenieś się do świata Auror OS już teraz!</p>
<a href="Auror.html" class="cta-button">o AurorOS</a>
</section>
<footer>
<p>© 2024 Interpuce Team. Wszelkie prawa zastrzeżone.</p>
</footer>
</body>
</html>