2023-01-04 07:20:10 +00:00
|
|
|
<!doctype html>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<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<a id="d" href="/index.html">▮</a></h1>
|
|
|
|
</div>
|
|
|
|
<main>
|
|
|
|
<h2>Forum</h2>
|
|
|
|
<p> Forum je na https://forum.dmz.rs <p>
|
|
|
|
<p> Nalog na forumu nije povezan sa nalogom na xmpp i mail serveru <p>
|
2023-01-05 06:40:19 +00:00
|
|
|
<div class="back">
|
|
|
|
<ul class="nav">
|
|
|
|
<a href="../"><li>Nazad</li></a>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2023-01-04 07:20:10 +00:00
|
|
|
</main>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|