This commit is contained in:
Dávid Jančár 2024-05-22 22:46:15 +02:00
parent 75003da84b
commit 8c8f675021
2 changed files with 13 additions and 7 deletions

@ -18,34 +18,35 @@
<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</th>
<th>Typ súboru + download</th>
</tr>
<tr>
<a href="#"><td>SuperSubor</td></a>
<td><img src="" alt="image"></td>
<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="#" alt="image"></td>
<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="#" alt="image"></td>
<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="#" alt="image"></td>
<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="#" alt="image"></td>
<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="#" alt="image"></td>
<td><img src="white-download-icon-21.jpg" alt="image" width="50px" height="50px"></td>
</tr>
</table>
@ -55,5 +56,10 @@
<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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB