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">
|
2023-08-07 11:29:42 +00:00
|
|
|
<link rel="stylesheet" href="/styles/reset.css">
|
2023-05-05 10:55:05 +00:00
|
|
|
<link rel="stylesheet" href="/styles/style.css">
|
2023-08-07 11:29:42 +00:00
|
|
|
<!--ADDITIONAL_STYLE-->
|
2023-05-05 13:29:23 +00:00
|
|
|
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
|
2023-05-06 16:13:12 +00:00
|
|
|
<script src="/scripts/main.js" defer></script>
|
2023-08-07 11:29:42 +00:00
|
|
|
<title><!--TITLE--> Decentrala</title>
|
2023-08-29 13:25:20 +00:00
|
|
|
<link rel="alternate" hreflang="sr" href="/PAGE_NAME" />
|
2023-05-05 10:55:05 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
2023-08-29 13:25:20 +00:00
|
|
|
<a id="logo" href="/en/"><img src="/img/logo-light.svg" alt="Logo"> Decentrala</a>
|
2023-08-07 11:29:42 +00:00
|
|
|
<button id="theme-switcher"></button>
|
2023-08-29 13:25:20 +00:00
|
|
|
<a class="lang" hreflang="sr" href="/PAGE_NAME">SR</a>
|
2023-05-05 10:55:05 +00:00
|
|
|
</header>
|
2023-08-05 13:11:04 +00:00
|
|
|
<main>
|
2023-08-07 11:29:42 +00:00
|
|
|
<!--MAIN-->
|
2023-08-05 13:11:04 +00:00
|
|
|
</main>
|
2023-05-05 10:55:05 +00:00
|
|
|
<footer>
|
2023-05-06 21:04:59 +00:00
|
|
|
<button id="sections-button" opened="false"><img src="/img/strelica-closed-light.svg" alt="OpenMenu"></button>
|
2023-08-06 10:55:10 +00:00
|
|
|
<nav>
|
2023-08-29 13:25:20 +00:00
|
|
|
<a href="/en/events">Events</a>
|
|
|
|
<a href="/en/services">Services</a>
|
|
|
|
<a href="/en/contact">Contact</a>
|
|
|
|
<a href="/en/account">Account</a>
|
2023-08-06 10:55:10 +00:00
|
|
|
</nav>
|
2023-08-05 14:11:21 +00:00
|
|
|
<span class="links">
|
2023-08-06 13:41:25 +00:00
|
|
|
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/img/cc-light.svg" alt="CreativeCommons"></a>
|
2023-08-07 11:29:42 +00:00
|
|
|
<a href="/en/webring"><img src="/img/w-light.svg" alt="Webring"></a>
|
2023-08-06 13:41:25 +00:00
|
|
|
<a href="https://gitea.dmz.rs/Decentrala/website"><img src="/img/git-light.svg" alt="SourceCode"></a>
|
2023-05-06 16:13:12 +00:00
|
|
|
<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>
|