forked from Decentrala/website
22 lines
521 B
HTML
22 lines
521 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<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>
|
||
|
</main>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|