76 lines
2.5 KiB
HTML
76 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
||
|
||
<html lang="cs-cz">
|
||
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<title>Lukáš bloguje</title>
|
||
|
||
<meta name="description" content="Blog o všem možném i nemožném...." />
|
||
<meta name="keywords" content="Štítky - IT" />
|
||
<meta name="author" content="Kankys" />
|
||
<link rel="shortcut icon" href="obrazky/tux.png" />
|
||
<link type="text/css" rel="stylesheet" href="styly.css" />
|
||
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<div id="flexbox">
|
||
<div id="menu">
|
||
<ul>
|
||
<img src="obrazky/tux.png" width="150" height="100" alt="linux">
|
||
<li>
|
||
<strong><a href="index.html" class="tlacitko">Hlavní strana</a></strong>
|
||
</li>
|
||
<li><strong><a href="clanky.html" class="tlacitko">Články</a></strong></li>
|
||
<li><strong><a href="o-mne.html" class="tlacitko">O mně</a></strong></li>
|
||
<li><strong><a href="privaci-polici.html" class="tlacitko">Zásady ochrany osobních údaju</a></strong></li>
|
||
|
||
</ul>
|
||
</div>
|
||
|
||
|
||
<div id="obsah">
|
||
<strong>
|
||
<figure>
|
||
|
||
<center>
|
||
<figcaption>
|
||
<h1>Lukáš Bloguje</h1><br>Blog o všem možném i nemožném....
|
||
</figcaption>
|
||
</center>
|
||
</figure>
|
||
</strong>
|
||
<!-- NADPIS CLANKU -->
|
||
<p><strong>
|
||
<center>Štítky - Apple</center>
|
||
</strong></p>
|
||
<!-- TEXT CLANKU -->
|
||
<p>
|
||
<a href="markdown2.html" class="tlacitko">Markdown: základy část 2.</a><br>
|
||
<a href="markdown.html" class="tlacitko">Markdown: základy část 1.</a><br>
|
||
<a href="mssql-%20express-na-macos-v-docker-desktop.html" class="tlacitko">MSSQL Express na MacOS v Docker Desktop</a><br>
|
||
<a href="klavesnice.html" class="tlacitko">Česká klávesnice pro macOS i pro Windows vhodná k programování od Václava Dajbycha</a><br>
|
||
<a href="hiveos.html" class="tlacitko">HiveOS notifikace na Telegram návod</a><br>
|
||
<a href="sqlite.html" class="tlacitko">SQL dotazy na databázi ve vašem disku – není problém</a><br>
|
||
|
||
|
||
</p>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<footer>
|
||
Copyright © Lukáš Kaňka 2023
|
||
|
||
</footer>
|
||
|
||
|
||
|
||
|
||
</body>
|
||
|
||
</html>
|