51 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="cs">
 | |
| 
 | |
| <head>
 | |
| 	<meta charset="UTF-8" />
 | |
| 	<meta content="EndeavourOS svobodný operační systém....Odkazy" name="description" />
 | |
| 	<meta content="EndeavourOS, Odkazy" 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 - Odkazy</title>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
| 	<?php require "assets/header.php" ?>
 | |
| 	<main>
 | |
| 		<section class="welcome">
 | |
| 			<h2>České odkazy:</h2>
 | |
| 			<h4><a href="https://lukaskanka.cz" target="_blank">Web autora tohoto webu</a></h4>
 | |
| 			<h4>
 | |
| 				<a href="https://git.arch-linux.cz/kankys/ApolloNvim" target="_blank">Project 🚀 ApolloNvim - projekt
 | |
| 					pro podporu editoru Neovim.</a>
 | |
| 			</h4>
 | |
| 			<h4>
 | |
| 				<a href="https://lukan.cz/" target="_blank">Blog LukanCZ</a>
 | |
| 			</h4>
 | |
| 			<h4>
 | |
| 				<a href="https://arch-linux.cz/" target="_blank">Česká komunita Arch linuxu.</a>
 | |
| 			</h4>
 | |
| 			<h2>Zahraniční odkazy:</h2>
 | |
| 			<h4><a href="https://www.reddit.com/r/EndeavourOS/" target="_blank">EndeavourOS na Redditu</a></h4>
 | |
| 		</section>
 | |
| 	</main>
 | |
| 	<?php require "assets/returnbutton.php" ?>
 | |
| 	<?php require "assets/footer.php" ?>
 | |
| 
 | |
| 	<script src="assets/script.js"></script>
 | |
| </body>
 | |
| 
 | |
| </html>
 |