EOS_PHP/odkazy.php

50 lines
1.6 KiB
PHP
Raw Permalink Normal View History

2024-10-20 16:18:24 +00:00
<!doctype html>
<html lang="cs">
2024-10-21 19:24:03 +00:00
<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" />
2024-10-20 16:18:24 +00:00
2024-10-21 19:24:03 +00:00
<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" />
2024-10-20 16:18:24 +00:00
2024-10-21 19:24:03 +00:00
<!--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>
2024-10-20 16:18:24 +00:00
2024-10-21 19:24:03 +00:00
<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>
</section>
</main>
<?php require "assets/returnbutton.php" ?>
<?php require "assets/footer.php" ?>
<script src="assets/script.js"></script>
</body>
</html>