Stranka/stranky/david.html
2024-05-22 22:53:33 +02:00

65 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="/global/global.css">
<script src="/global/global.js"></script>
<title>Slovanská mytológia</title>
</head>
<nav class="topnav container_menu" id="myTopnav">
<a href="/David" class="active">Dávid</a>
<a href="stranky/Dano.html">Daniel</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()"></a>
</nav>
<body>
<main>
<table border="5px" align="right">
<tr>
<th>Názov súboru</th>
<th>Typ súboru + download</th>
</tr>
<tr>
<a href="#"><td>SuperSubor</td></a>
<td><a href=""><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></a></td>
</tr>
<tr>
<a href="#"><td>SuperSubor</td></a>
<td><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></td>
</tr>
<tr>
<a href="#"><td>SuperSubor</td></a>
<td><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></td>
</tr>
<tr>
<a href="#"><td>SuperSubor</td></a>
<td><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></td>
</tr>
<tr>
<a href="#"><td>SuperSubor</td></a>
<td><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></td>
</tr>
<tr>
<a href="#"><td>SuperSubor</td></a>
<td><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></td>
</tr>
</table>
<form action="upload.php" method="post" enctype="multipart/form-data">
Vyber súbor na nahratie:
<input type="file" name="fileToUpload" id="fileToUpload">
<input type="submit" value="Nahrať súbor" name="submit">
</form>
</form>
</main>
<footer>
<p>Kontakt:</p><br>
<p>d94778894@gmail.com</p>
</footer>
</body>
</html>