Aktualizace index.html, stylů. přidány kontakty

This commit is contained in:
archos
2024-08-02 20:33:13 +02:00
parent f52109b5ee
commit be5836b40f
2 changed files with 18 additions and 10 deletions

View File

@ -6,7 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mxchat Cz</title>
<link rel="stylesheet" type="text/css" href="./style/alt.style.css" />
<link rel="icon" type="image/x-icon" href="../res/site/icons/favicon.ico" />
<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"
/>
</head>
<body>
@ -33,9 +38,14 @@
<a href="../web-mxchat/index/Pravidla/index.html" class="btn">Pravidla</a>
<a href="../web-mxchat/index/podpora/index.html" class="btn">Jak podpořit Mxchat</a>
</nav>
<nav>
<a href="../web-mxchat/index/about/index.html" class="btn">Kontakty</a>
<a href="../web-mxchat/index/Bridges/index.html" class="btn">FAQ</a>
</nav>
</div>
<footer class="site-footer">
<p>Copyright &copy; Oscloud 2024</p>
<p>Copyright &copy; Oscloud 2024 <a href="https://git.arch-linux.cz/Oscloud/mxchat" class="#" target="_blank"
><i class="fa fa-gitea"></i> Gitea</</p>
</footer>
</body>
</html>