-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAuror.html
More file actions
27 lines (25 loc) · 905 Bytes
/
Auror.html
File metadata and controls
27 lines (25 loc) · 905 Bytes
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
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Auror OS</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="header-content">
<h1>Auror OS</h1>
<p>Nowoczesny system operacyjny dla każdego</p>
<a href="index.html" class="cta-button">Wróć do strony głównej</a>
</div>
</header>
<section id="about">
<h2>O Auror OS</h2>
<p>Auror OS to nowoczesny system operacyjny, który łączy prostotę, bezpieczeństwo i wydajność. Dzięki innowacyjnym rozwiązaniom, Auror OS zapewnia płynne działanie w każdych warunkach.</p>
</section>
<footer>
<p>© 2024 Interpuce Team. Wszelkie prawa zastrzeżone.</p>
</footer>
</body>
</html>