1
0
Fork 0
website/pages/blog.html

48 lines
1.7 KiB
HTML
Raw Normal View History

2023-05-05 10:55:05 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/styles/style.css">
<link rel="stylesheet" href="/styles/blog.css">
2023-05-05 13:29:23 +00:00
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
<script src="/scripts/main.js" defer></script>
2023-05-05 10:55:05 +00:00
<title>Decentrala - Blog</title>
</head>
<body>
<header>
<a id="logo" href="/index.html">Decentrala</a>
2023-08-05 13:41:41 +00:00
<button id="theme-switcher" title="turn light off"></button>
2023-08-05 11:43:40 +00:00
<a class="account" href="/pages/account.html">Nalog</a>
2023-05-05 10:55:05 +00:00
</header>
2023-08-05 13:11:04 +00:00
<main>
2023-05-05 10:55:05 +00:00
Ova stranica je trenutno u izradi...
<img id="mesh" src="/img/mesh-light.svg">
2023-08-05 13:11:04 +00:00
</main>
2023-05-05 10:55:05 +00:00
<footer>
<div id="sections-menu">
2023-08-03 17:13:33 +00:00
<a href="/pages/events.html">Događaji</a>
<a href="/pages/services.html">Servisi</a>
<a href="/pages/contact.html">Kontakt</a>
</div>
<button id="sections-button" opened="false"><img src="/img/strelica-closed-light.svg" alt="OpenMenu"></button>
2023-05-05 10:55:05 +00:00
<span class="sections">
2023-08-03 17:13:33 +00:00
<a href="/pages/events.html">Događaji</a>
2023-05-05 10:55:05 +00:00
<a href="/pages/services.html">Servisi</a>
<a href="/pages/contact.html">Kontakt</a>
</span>
<span class="copyleft">
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/img/cc-light.svg"
alt="CreativeCommons"></a>
2023-08-04 16:36:34 +00:00
<a href="/pages/webring.html"><img src="/img/w-light.svg" alt="Webring"></a>
2023-08-04 16:15:24 +00:00
<a href="https://gitea.dmz.rs/Decentrala/website"><img src="/img/git-light.svg"
alt="SourceCode"></a>
<a href="https://balkan.fedive.rs/@decentrala"><img src="/img/mastodon-light.svg" alt="Mastodon"></a>
2023-05-05 10:55:05 +00:00
</span>
</footer>
</body>
2023-08-04 16:36:34 +00:00
</html>