add dogadjaji.html and forum.html and update chat.html

This commit is contained in:
2023-01-04 08:20:10 +01:00
parent 89df73f4cf
commit bded1e156a
4 changed files with 46 additions and 4 deletions

21
forum.html Normal file
View File

@@ -0,0 +1,21 @@
<!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>