1
0
Fork 0
website/template/page-sr.html

38 lines
1.4 KiB
HTML
Raw Normal View History

2023-05-05 10:55:05 +00:00
<!DOCTYPE html>
<html lang="sr">
2023-05-05 10:55:05 +00:00
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/styles/reset.css">
2023-05-05 10:55:05 +00:00
<link rel="stylesheet" href="/styles/style.css">
<!--ADDITIONAL_STYLE-->
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>
<title><!--TITLE--> Decentrala</title>
2023-05-05 10:55:05 +00:00
</head>
<body>
<header>
<a id="logo" href="/"><img src="/img/logo-light.svg" alt="Logo"> Decentrala</a>
<button id="theme-switcher"></button>
<a class="account" href="/account">Nalog</a>
2023-05-05 10:55:05 +00:00
</header>
2023-08-05 13:11:04 +00:00
<main>
<!--MAIN-->
2023-08-05 13:11:04 +00:00
</main>
2023-05-05 10:55:05 +00:00
<footer>
<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>
<a href="/events">Događaji</a>
<a href="/services">Servisi</a>
<a href="/contact">Kontakt</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>
<a href="/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>
<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>