47 lines
1.4 KiB
PHP
47 lines
1.4 KiB
PHP
|
<!DOCTYPE html>
|
||
|
<html lang="cs">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<title>Repozitáře</title>
|
||
|
<link
|
||
|
rel="stylesheet"
|
||
|
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
|
||
|
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY="
|
||
|
crossorigin="anonymous" />
|
||
|
<link rel="stylesheet" type="text/css" href="../../style/alt.style.css" />
|
||
|
<link
|
||
|
rel="icon"
|
||
|
type="image/x-icon"
|
||
|
href="../../res/site/icons/favicon.ico"
|
||
|
/>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<header class="page-header" role="banner">
|
||
|
<h1 class="project-name">Repozitáře</h1>
|
||
|
|
||
|
</header>
|
||
|
<div class="main-content">
|
||
|
<nav>
|
||
|
<a href="../../" class="btn">Domů</a>
|
||
|
</nav>
|
||
|
<nav>
|
||
|
<a href="https://git.archoslinux.cz/kankys" class="btn" target="_blank"
|
||
|
><i class="fa fa-gitea"></i> Gitea na ArchLinux CZ</a >
|
||
|
|
||
|
<a href="https://github.com/LukasKanka" class="btn" target="_blank"
|
||
|
><i class="fa fa-github"></i> GitHub</a>
|
||
|
|
||
|
<a href="https://codeberg.org/Kankys" class="btn" target="_blank"
|
||
|
><i class="fa fa-gitea"></i> Codeberg</a>
|
||
|
|
||
|
<a href="https://gitlab.com/LukasKanka" class="btn" target="_blank"
|
||
|
><i class="fa fa-gitlab"></i> GitLab</a>
|
||
|
</nav>
|
||
|
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|