2023-05-05 15:36:40 +00:00
|
|
|
<!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://forum.dmz.rs">FORUM</a><p>
|
|
|
|
<p><a href="../chat.html">XMPP</a><p>
|
2023-06-13 15:17:34 +00:00
|
|
|
<p><a href="https://gitea.dmz.rs">GITEA</a><p>
|
|
|
|
<p><a href="https://wiki.dmz.rs">WIKI</a><p>
|
2023-05-05 15:36:40 +00:00
|
|
|
<p><a href="../nalog.html">EMAIL</a><p>
|
2023-06-13 15:17:34 +00:00
|
|
|
<p><a href="ssh://soft.dmz.rs:2222">SOFT SERVE</a><p>
|
|
|
|
<p><a href="https://search.dmz.rs">LibreX</a><p>
|
2023-05-05 15:36:40 +00:00
|
|
|
<p><a href="https://git.dmz.rs">CGIT</a><p>
|
2023-06-13 15:17:34 +00:00
|
|
|
<p><a href="https://pastebin.dmz.rs">PrivateBin</a><p>
|
|
|
|
<p><a href="https://cryptpad.dmz.rs">CryptPad</a><p>
|
2023-05-05 15:36:40 +00:00
|
|
|
|
|
|
|
<div class="back">
|
|
|
|
<ul class="nav">
|
|
|
|
<a href="../"><li>Nazad</li></a>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|