2
0
Fork 0
website2/template/page-en.html

41 lines
1.5 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/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-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-30 17:47:10 +00:00
<a id="logo" href="/en/index"><img src="/img/logo-light.svg" alt="Logo"> Decentrala</a>
<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>
<!--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>
2023-08-29 13:25:20 +00:00
<a href="/en/events">Events</a>
<a href="/en/services">Services</a>
2024-04-15 18:56:29 +00:00
<a href="/en/about">About</a>
2023-08-29 13:25:20 +00:00
<a href="/en/account">Account</a>
2024-04-15 19:03:12 +00:00
<a href="/en/donations">Donations</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="/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>
<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>