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">
|
2023-01-12 19:18:36 +00:00
|
|
|
<title>Decentrala</title>
|
2023-01-04 07:20:10 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<div class="header">
|
2023-01-12 19:11:05 +00:00
|
|
|
<h1 class="logo">DECENTRALA</h1>
|
2023-01-04 07:20:10 +00:00
|
|
|
</div>
|
|
|
|
<main>
|
|
|
|
<h2>Dogadjaji</h2>
|
2023-01-05 06:17:55 +00:00
|
|
|
<p> > Svakog utorka u DC Krovu (Beograd, Kraljice Marije 47, zadnji sprat) u 19h radionica Uvod u mreze <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>
|