55 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="cs">
 | |
| 
 | |
| <head>
 | |
| 	<meta charset="UTF-8" />
 | |
| 	<meta content="EndeavourOS články...." name="description" />
 | |
| 	<meta content="EndeavourOS, Články" name="keywords" />
 | |
| 	<meta content="Kankys" name="author" />
 | |
| 
 | |
| 	<meta content="width=device-width, initial-scale=1.0" name="viewport" />
 | |
| 	<link href="assets/style.css" rel="stylesheet" />
 | |
| 	<link href="img/icons.png" rel="shortcut icon" />
 | |
| 	<script crossorigin="anonymous" src="https://kit.fontawesome.com/0a43c6cd1f.js"></script>
 | |
| 	<!--icons dark, go to up-->
 | |
| 	<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet" />
 | |
| 
 | |
| 	<!--ubuntu fonts-->
 | |
| 	<style>
 | |
| 		@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
 | |
| 	</style>
 | |
| 
 | |
| 	<title>EndeavourOS - Články</title>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
| 	<?php require "assets/header.php" ?>
 | |
| 	<main>
 | |
| 		<section class="welcome">
 | |
| 			<h2>Články</h2>
 | |
| 			<h3>
 | |
| 				<a href="apollonvim.php">🚀 ApolloNvim - projekt České
 | |
| 					komunity Neovim</a>
 | |
| 			</h3>
 | |
| 			<h3>
 | |
| 				<a href="5-let-endeavouros.php">Konec projektu Antergos,
 | |
| 					začátek EndeavourOS a kde jsme
 | |
| 					nyní, o 5 let později -
 | |
| 					21.8.2024</a>
 | |
| 			</h3>
 | |
| 			<h3>
 | |
| 				<a href="eos-history.php">Do historie EndeavourOS v
 | |
| 					časové smičce</a>
 | |
| 			</h3>
 | |
| 			<h3>
 | |
| 				<a href="firefox-nahledy-jak-aktivovat.php">Jak v Firefox aktivovat náhledy
 | |
| 					načtených panelů</a>
 | |
| 			</h3>
 | |
| 		</section>
 | |
| 	</main>
 | |
| 	<?php require "assets/returnbutton.php" ?>
 | |
| 	<?php require "assets/footer.php" ?>
 | |
| 	<script src="assets/script.js"></script>
 | |
| </body>
 | |
| 
 | |
| </html>
 |