Files
BazaOSow/pobierz.html
2019-12-29 11:37:13 +01:00

70 lines
3.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<!--Jakieś tam meta-->
<meta charset="UTF-8" />
<meta name="author" content="KrzysiekSiemv" />
<meta name="description" content="Obrazy/dyski systemów operacyjnych wraz z kluczami aktywacji systemowych, bądź instrukcjami aktywacji w celach niekomercyjnych/pomocy naukowych." />
<meta name="keywords" content="windows, macos, linux, android, iso" />
<!--Link rele xD-->
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/glacial-indifference" type="text/css"/>
<link rel="stylesheet" media="screen" href="stylesheet.css"/>
<!--Skrypty-->
<script src="https://kit.fontawesome.com/e4c3899c65.js" crossorigin="anonymous"></script>
<!--Reszta-->
<title>BazaOS'ów</title>
</head>
<body>
<div class="navbar">
<i class="fab fa-apple"></i>
<h1>Baza OS'ów</h1>
<h3>Systemy operacyjne w jednym miejscu</h3>
</div>
<div class="menu">
<a href="https://krzysieksiemv.github.io/BazaOSow/index"> STRONA GLOWNA </a>
<a href="https://krzysieksiemv.github.io/BazaOSow/o-stronie"> O STRONIE </a>
<div class="dropdown">
<a style="text-decoration: overline;">POBIERZ</a>
<div class="dropdown-content">
<a href="pobierz/Windows">Windows</a>
<a href="pobierz/WindowsServer">Windows Server</a>
<a href="pobierz/macOS">macOS</a>
<a href="pobierz/Linux">Ubuntu</a>
<a href="pobierz/Android">Android</a>
</div>
</div>
<a href="https://krzysieksiemv.github.io/BazaOSow/aktywacja"> AKTYWACJA </a>
<a href="https://krzysieksiemv.github.io/BazaOSow/zalecane-programy"> ZALECANE PROGRAMY </a>
</div>
<div class="select">
<h1>Który system chcesz pobrac?</h1>
<a href="pobierz/Windows.html" class="fab fa-windows Windows"></a>
<h3>Windows</h3>
<a href="pobierz/WindowsServer.html" class="fab fa-windows Windows"></a>
<h3>Windows Server</h3>
<a href="pobierz/macOS.html" class="fab fa-apple macOS"></a>
<h3>macOS</h3>
<a href="pobierz/Linux.html" class="fab fa-linux Ubuntu"></a>
<h3>Ubuntu</h3>
<a href="pobierz/Android.html" class="fab fa-android Android"></a>
<h3>Android</h3>
</div>
<div class="footer">
<p>Stworzone przez Krzysztof 'KrzysiekSiemv' Smaga</p>
<div style="text-align:center">
<a class="fab fa-github" href="https://github.com/KrzysiekSiemv"></a>
<a class="fab fa-twitter" href="#"></a>
</div>
<div style="text-align:center">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="R6P8L2AMZ868W" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_PL/i/scr/pixel.gif" width="1" height="1" />
</form>
</div>
</div>
</body>
</html>