<!--
This file is part of <project name>.

Copyright (C) 2024 Oscloud

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html lang="cs">
<head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Aktualizace 30. srpna 2024</title>
    <link rel="stylesheet" href="../../style/style.css" />
    <link rel="icon" type="image/x-icon" href="../../res/site/icons/favicon.ico" />
    <link
      rel="stylesheet"
      href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
    />
</head>
<body>
    <header class="page-header" role="banner">
        <h1 class="project-name">Aktualizace 19. září 2024</h1>
        <a href="/index.html" class="home-icon" title="Domů">
            <i class="fas fa-home"></i>
        </a>
    </header>
    <div class="main-content">
        <h2>Nová funkce - Pairdrop</h2>
        <ul>
            <li>
                <h3>Pairdrop</h3>
                <p>🚀 <a href="../aplikace/pairdrop.html">Pairdrop</a> je nyní dostupný na našem serveru! Tato jednoduchá a efektivní služba umožňuje rychlé sdílení souborů mezi zařízeními přímo přes webový prohlížeč, bez potřeby instalace dalšího softwaru. Je kompatibilní s různými platformami, včetně Linuxu, Windows, macOS, Android a iOS. Odesílat soubory můžete lokálně i přes internet.</p>

                <p><strong>Hlavní výhody:</strong></p>
                <ul>
                    <li>Snadné sdílení: Otevřete prohlížeč, přejděte na <a href="https://pair.oscloud.cz/">pair.oscloud.cz</a> a sdílejte soubory.</li>
                    <li>Platformově nezávislé: Funguje na všech hlavních operačních systémech.</li>
                    <li>Lokální i vzdálené použití: Sdílejte soubory přes místní síť nebo na dálku.</li>
                </ul>
            </li>
        </ul>
        <p>Poslední aktualizace</p>
    </div>
    <footer class="site-footer">
        <p style="text-align:center;">Copyright &copy; Oscloud 2024</p>
    </footer>
</body>
</html>