top-bar
This commit is contained in:
commit
e75e043899
5 changed files with 216 additions and 0 deletions
26
index.html
Normal file
26
index.html
Normal 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" class="current-tab">
|
||||
Co nám na NVidii vadí
|
||||
</a>
|
||||
<a href="steps_to_take.html">
|
||||
Jak by se mohla polepšit
|
||||
</a>
|
||||
<a href="goals.html">
|
||||
Naše cíle
|
||||
</a>
|
||||
</nav>
|
||||
</header>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue