This commit is contained in:
maxstrb 2025-12-15 22:11:23 +01:00
commit e75e043899
5 changed files with 216 additions and 0 deletions

26
steps_to_take.html Normal file
View file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="cz">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Apel na NVidii</title>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<header>
<img src="./assets/anti-logo.svg" alt="nvidia logo crossed">
<nav>
<a href="index.html">
Co nám na NVidii vadí
</a>
<a href="steps_to_take.html" class="current-tab">
Jak by se mohla polepšit
</a>
<a href="goals.html">
Naše cíle
</a>
</nav>
</header>
</body>
</html>