1
0
Fork 0
website/forum.html

28 lines
679 B
HTML
Raw Normal View History

<!doctype html>
<meta charset="UTF-8">
<html>
<head>
2023-01-12 19:23:46 +00:00
<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">
2023-01-12 19:18:36 +00:00
<title>Decentrala</title>
</head>
<body>
<div class="container">
<div class="header">
<h1 class="logo">DECENTRALA</h1>
</div>
<main>
<h2>Forum</h2>
2023-01-12 17:33:26 +00:00
<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>
2023-01-05 06:40:19 +00:00
<div class="back">
<ul class="nav">
<a href="../"><li>Nazad</li></a>
</ul>
</div>
</main>
</div>
</body>
</html>