Dva nové články, další úpravy css
This commit is contained in:
@ -2,22 +2,22 @@
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="description" content="EndeavourOS ...."/>
|
||||
<meta name="keywords" content="EndeavourOS, Firefox"/>
|
||||
<meta name="author" content="Kankys"/>
|
||||
<meta content="EndeavourOS ...." name="description"/>
|
||||
<meta content="EndeavourOS, Firefox" name="keywords"/>
|
||||
<meta content="Kankys" name="author"/>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" href="style.css"/>
|
||||
<link rel="stylesheet" href="../fullStyle.css"/>
|
||||
<link rel="shortcut icon" href="/img/icons.png"/>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
||||
<link href="style.css" rel="stylesheet"/>
|
||||
<link href="../fullStyle.css" rel="stylesheet"/>
|
||||
<link href="/img/icons.png" rel="shortcut icon"/>
|
||||
<script
|
||||
src="https://kit.fontawesome.com/0a43c6cd1f.js"
|
||||
crossorigin="anonymous"
|
||||
src="https://kit.fontawesome.com/0a43c6cd1f.js"
|
||||
></script>
|
||||
<!--icons dark, go to up-->
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<!--ubuntu fonts-->
|
||||
<style>
|
||||
@ -33,7 +33,7 @@
|
||||
<!-- EOS - logo () -->
|
||||
<div class="logo">
|
||||
<a href="../index.html">
|
||||
<img src="/img/EndeavourOS-logo.webp" alt=""/>
|
||||
<img alt="" src="/img/EndeavourOS-logo.webp"/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@ -63,7 +63,7 @@
|
||||
<main>
|
||||
<section class="welcome">
|
||||
<h1>Jak v Firefox aktivovat náhledy načtených panelů</h1>
|
||||
<img src="img/cool-firefox-logo-wallpaper-1933780132.jpg" alt=""/>
|
||||
<img alt="" src="img/cool-firefox-logo-wallpaper-1933780132.jpg"/>
|
||||
<p>
|
||||
Tato skvělá funkce ještě není v Firefoxu zcela dostupná z nastavení (k
|
||||
datu 20.4.2024). Ale dá se velmi lehce aktivovat a myslím že je to
|
||||
@ -80,9 +80,9 @@
|
||||
stav změňte na true.
|
||||
</p>
|
||||
<img
|
||||
src="img/Snímek obrazovky pořízený 2024-04-20 22-29-56.png"
|
||||
alt=""
|
||||
class="qt"
|
||||
src="img/Snímek obrazovky pořízený 2024-04-20 22-29-56.png"
|
||||
/>
|
||||
<p>
|
||||
Defaultně je nastaveno že se náhled zobrazí po 1 sekundě. Pokud tento
|
||||
@ -97,13 +97,13 @@
|
||||
</p>
|
||||
|
||||
<iframe
|
||||
allowtransparency="true"
|
||||
class="discord"
|
||||
frameborder="0"
|
||||
height="300"
|
||||
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
|
||||
src="https://discord.com/widget?id=1229577574087135353&theme=dark"
|
||||
width="350"
|
||||
height="300"
|
||||
allowtransparency="true"
|
||||
frameborder="0"
|
||||
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
|
||||
></iframe>
|
||||
<p>
|
||||
<code
|
||||
@ -113,7 +113,7 @@
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
|
||||
<button id="scrollToTopBtn" onclick="scrollToTop()" title="Go to top">
|
||||
<i class="fas fa-arrow-up"></i>
|
||||
</button>
|
||||
|
||||
|
Reference in New Issue
Block a user