1
0
Fork 0

add servisi.html

This commit is contained in:
fram3d 2023-05-05 17:36:40 +02:00
parent e93c1ea05e
commit 6af847150c
Signed by: fram3d
GPG Key ID: 938920E709EEA32A
2 changed files with 34 additions and 0 deletions

View File

@ -20,6 +20,7 @@
<a href="/chat.html"><li>CHAT</li></a>
<a href="/nalog.html"><li>NALOG</li></a>
<a href="/onama.html"><li>O NAMA</li></a>
<a href="/servisi.html"><li>SERVISI</li></a>
<a href="/kontakt.html"><li>KONTAKT</li></a>
</ul>
</main>

33
servisi.html Normal file
View File

@ -0,0 +1,33 @@
<!doctype html>
<meta charset="UTF-8">
<html>
<head>
<link rel="icon" type="image/x-icon" href="/static/d.png">
<link rel="stylesheet" href="./static/reset.css">
<link rel="stylesheet" href="./static/main.css">
<title>Decentrala</title>
</head>
<body>
<div class="container">
<div class="header">
<h1 class="logo">DECENTRALA</h1>
</div>
<main>
<h2>Servisi</h2>
<p><a href="https://wiki.dmz.rs">WIKI</a><p>
<p><a href="https://gitea.dmz.rs">GITEA</a><p>
<p><a href="ssh://soft.dmz.rs:2222">SOFT SERVE</a><p>
<p><a href="https://forum.dmz.rs">FORUM</a><p>
<p><a href="../chat.html">XMPP</a><p>
<p><a href="../nalog.html">EMAIL</a><p>
<p><a href="https://git.dmz.rs">CGIT</a><p>
<div class="back">
<ul class="nav">
<a href="../"><li>Nazad</li></a>
</ul>
</div>
</main>
</div>
</body>
</html>