Files
BazaOSow/pobierz/Linux.html
T
2019-11-19 21:59:30 +01:00

78 lines
4.9 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>Pobierz Linux - BazaOS'ów</title>
</head>
<body>
<div class="navbar">
<i class="fab fa-ubuntu"></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.html"> STRONA GLOWNA </a>
<a href="https://krzysieksiemv.github.io/BazaOSow/o-stronie.html"> O STRONIE </a>
<div class="dropdown">
<a style="text-decoration: overline;">POBIERZ</a>
<div class="dropdown-content">
<a href="Windows.html">Windows</a>
<a href="macOS.html">macOS</a>
<a href="Linux.html">Linux</a>
<a href="Android.html">Android</a>
</div>
</div>
<a href="https://krzysieksiemv.github.io/BazaOSow/aktywacja.html"> AKTYWACJA </a>
<a href="https://krzysieksiemv.github.io/BazaOSow/zalecane-programy.html"> ZALECANE PROGRAMY </a>
</div>
<div class="header">
<h1>Wybierz wersje systemu.</h1>
<i class="fab fa-ubuntu"></i>
</div>
<div class="download">
<h2>Ubuntu 19.10</h2>
<a href="http://releases.ubuntu.com/19.10/ubuntu-19.10-desktop-amd64.iso">Ubuntu 19.10 Desktop</a>
<a href="http://releases.ubuntu.com/19.10/ubuntu-19.10-live-server-amd64.iso">Ubuntu 19.10 Server</a>
<h2>Ubuntu 19.04</h2>
<a href="http://releases.ubuntu.com/19.04/ubuntu-19.04-desktop-amd64.iso">Ubuntu 19.04 Desktop</a>
<a href="http://releases.ubuntu.com/19.04/ubuntu-19.04-live-server-amd64.iso">Ubuntu 19.04 Server</a>
<h2>Ubuntu 18.04.3</h2>
<a href="http://releases.ubuntu.com/18.04.3/ubuntu-18.04.3-desktop-amd64.iso">Ubuntu 18.04.3 Desktop</a>
<a href="http://releases.ubuntu.com/18.04.3/ubuntu-18.04.3-live-server-amd64.iso">Ubuntu 18.04.3 Server</a>
<h2>Ubuntu 16.04.6</h2>
<a href="http://releases.ubuntu.com/16.04.6/ubuntu-16.04.6-desktop-amd64.iso">Ubuntu 16.04.6 Desktop - 64-bitowa</a>
<a href="http://releases.ubuntu.com/16.04.6/ubuntu-16.04.6-server-amd64.iso">Ubuntu 16.04.6 Server - 64-bitowa</a>
<a href="http://releases.ubuntu.com/16.04.6/ubuntu-16.04.6-desktop-i386.iso">Ubuntu 16.04.6 Desktop - 32-bitowa</a>
<a href="http://releases.ubuntu.com/16.04.6/ubuntu-16.04.6-server-i386.iso">Ubuntu 16.04.6 Server - 32-bitowa</a>
<h2>Ubuntu 14.04.6</h2>
<a href="http://releases.ubuntu.com/14.04.6/ubuntu-14.04.6-desktop-amd64.iso">Ubuntu 14.04.6 Desktop - 64-bitowa</a>
<a href="http://releases.ubuntu.com/14.04.6/ubuntu-14.04.6-server-amd64.iso">Ubuntu 14.04.6 Server - 64-bitowa</a>
<a href="http://releases.ubuntu.com/14.04.6/ubuntu-14.04.6-desktop-i386.iso">Ubuntu 14.04.6 Desktop - 32-bitowa</a>
<a href="http://releases.ubuntu.com/14.04.6/ubuntu-14.04.6-server-i386.iso">Ubuntu 14.04.6 Server - 32-bitowa</a>
<h2>Ubuntu 12.04.5</h2>
<a href="http://releases.ubuntu.com/12.04.5/ubuntu-12.04.5-desktop-amd64.iso">Ubuntu 12.04.5 Desktop - 64-bitowa</a>
<a href="http://releases.ubuntu.com/12.04.5/ubuntu-12.04.5-server-amd64.iso">Ubuntu 12.04.5 Server - 64-bitowa</a>
<a href="http://releases.ubuntu.com/12.04.5/ubuntu-12.04.5-desktop-i386.iso">Ubuntu 12.04.5 Desktop - 32-bitowa</a>
<a href="http://releases.ubuntu.com/12.04.5/ubuntu-12.04.5-server-i386.iso">Ubuntu 12.04.5 Server - 32-bitowa</a>
</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>
</body>
</html>