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/account.css" >
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-05-05 10:55:05 +00:00
< title > Decentrala - Nalog< / title >
< / head >
< body >
< header >
2023-08-05 05:47:15 +00:00
< a id = "logo" href = "/index.html" > Decentrala< / a >
2023-08-05 11:43:40 +00:00
< button id = "theme-switcher" > < / button >
< 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-08-04 16:29:09 +00:00
< p > Ako ste napravili nalog na dmz.rs mozete koristi nas xmpp i email server i ostale servise koji podrzavaju LDAP login. < p >
< p > Za vise o XMPP pogledajte < a href = "https://wiki.dmz.rs/en/tutorial/conversations" > tutorial< / a > . < p >
< p > Za primer podesavanja na < a href = "https://thunderbird.org" > Thundebird< / a > mail klijentu mozete pogledati < a href = "/img/mailsettings.png" > sliku< / a > . < p >
< p > < a href = "/account/register/" > Registruj se< / a > < p >
< p > < a href = "/account/unregister/" > Izbrisi nalog< / a > < p >
< p > < a href = "/account/changepassword/" > Promeni lozinku< / a > < p >
2023-05-06 16:13:12 +00:00
< 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 >
2023-05-06 21:04:59 +00:00
< div id = "sections-menu" >
2023-08-03 17:13:33 +00:00
< a href = "/pages/events.html" > Događaji< / a >
2023-05-06 21:04:59 +00:00
< 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" >
2023-05-06 16:13:12 +00:00
< 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"
2023-05-06 16:13:12 +00:00
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:29:09 +00:00
< / html >