forked from Decentrala/website
28 lines
674 B
HTML
28 lines
674 B
HTML
<!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</h1>
|
|
<a id="d" href="/index.html"><div id="d"></div></a>
|
|
</div>
|
|
<main>
|
|
<h2>Forum</h2>
|
|
<p> Forum je na <a href="https://forum.dmz.rs">forum.dmz.rs</a> <p>
|
|
<p> Nalog na forumu nije povezan sa nalogom na xmpp i mail serveru <p>
|
|
<div class="back">
|
|
<ul class="nav">
|
|
<a href="../"><li>Nazad</li></a>
|
|
</ul>
|
|
</div>
|
|
</main>
|
|
</div>
|
|
</body>
|
|
</html>
|