95 lines
4.5 KiB
HTML
95 lines
4.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/futura-renner" 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="index.html"> STRONA GLOWNA </a>
|
|
<a href="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="#"> AKTYWACJA </a>
|
|
<a href="#"> 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="">Ubuntu 19.10 Desktop</a>
|
|
<a href="">Ubuntu 19.10 Server</a>
|
|
<h2>Ubuntu 19.04</h2>
|
|
<a href="">Ubuntu 19.04 Desktop</a>
|
|
<a href="">Ubuntu 19.04 Server</a>
|
|
<h2>Ubuntu 18.04</h2>
|
|
<a href="">Ubuntu 18.04 Desktop</a>
|
|
<a href="">Ubuntu 18.04 Server</a>
|
|
<h2>Ubuntu 18.04.3</h2>
|
|
<a href="">Ubuntu 18.04.3 Desktop</a>
|
|
<a href="">Ubuntu 18.04.3 Server</a>
|
|
<h2>Ubuntu 16.04</h2>
|
|
<a href="">Ubuntu 16.04 Desktop - 64-bitowa</a>
|
|
<a href="">Ubuntu 16.04 Server - 64-bitowa</a>
|
|
<a href="">Ubuntu 16.04 Desktop - 32-bitowa</a>
|
|
<a href="">Ubuntu 16.04 Server - 32-bitowa</a>
|
|
<h2>Ubuntu 16.04.6</h2>
|
|
<a href="">Ubuntu 16.04.6 Desktop - 64-bitowa</a>
|
|
<a href="">Ubuntu 16.04.6 Server - 64-bitowa</a>
|
|
<a href="">Ubuntu 16.04.6 Desktop - 32-bitowa</a>
|
|
<a href="">Ubuntu 16.04.6 Server - 32-bitowa</a>
|
|
<h2>Ubuntu 14.04</h2>
|
|
<a href="">Ubuntu 14.04 Desktop - 64-bitowa</a>
|
|
<a href="">Ubuntu 14.04 Server - 64-bitowa</a>
|
|
<a href="">Ubuntu 14.04 Desktop - 32-bitowa</a>
|
|
<a href="">Ubuntu 14.04 Server - 32-bitowa</a>
|
|
<h2>Ubuntu 14.04.6</h2>
|
|
<a href="">Ubuntu 14.04.6 Desktop - 64-bitowa</a>
|
|
<a href="">Ubuntu 14.04.6 Server - 64-bitowa</a>
|
|
<a href="">Ubuntu 14.04.6 Desktop - 32-bitowa</a>
|
|
<a href="">Ubuntu 14.04.6 Server - 32-bitowa</a>
|
|
<h2>Ubuntu 12.04</h2>
|
|
<a href="">Ubuntu 12.04 Desktop - 64-bitowa</a>
|
|
<a href="">Ubuntu 12.04 Server - 64-bitowa</a>
|
|
<a href="">Ubuntu 12.04 Desktop - 32-bitowa</a>
|
|
<a href="">Ubuntu 12.04 Server - 32-bitowa</a>
|
|
<h2>Ubuntu 12.04.5</h2>
|
|
<a href="">Ubuntu 12.04.5 Desktop - 64-bitowa</a>
|
|
<a href="">Ubuntu 12.04.5 Server - 64-bitowa</a>
|
|
<a href="">Ubuntu 12.04.5 Desktop - 32-bitowa</a>
|
|
<a href="">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> |