Aktualizace index.html, stylů. přidány kontakty
This commit is contained in:
@ -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 © Oscloud 2024</p>
|
||||
<p>Copyright © 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>
|
||||
|
Reference in New Issue
Block a user