first commit
This commit is contained in:
44
index/repository/index.html
Normal file
44
index/repository/index.html
Normal file
@ -0,0 +1,44 @@
|
||||
<!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>Repositář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">Repositář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
|
||||
>
|
||||
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user