forked from Decentrala/website
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!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">
 | 
						|
  <link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
 | 
						|
  <title>Decentrala - Blog</title>
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
  <header>
 | 
						|
    <a class="logo" href="/index.html">Decentrala</a> <a class="account" href="/pages/account.html">Nalog</a>
 | 
						|
  </header>
 | 
						|
  <div class="main">
 | 
						|
    Ova stranica je trenutno u izradi...
 | 
						|
    <img src="/img/mesh-light.png">
 | 
						|
  </div>
 | 
						|
  <footer>
 | 
						|
    <span class="sections">
 | 
						|
      <a href="/pages/events.html">Dogadjaji</a>
 | 
						|
      <a href="/pages/projects.html">Projekti</a>
 | 
						|
      <a href="/pages/blog.html">Blog</a>
 | 
						|
      <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.svg" alt="CreativeCommons"></a>
 | 
						|
      <a href=""><img src="/img/w.svg" alt="Webring"></a>
 | 
						|
      <a href="https://gitea.dmz.rs/eline/decentrala-website-static-new"><img src="/img/git.svg" alt="SourceCode"></a>
 | 
						|
      <a href="https://balkan.fedive.rs/@decentrala"><img src="/img/mastodon.svg" alt="Mastodon"></a>
 | 
						|
      <span>Decentrala © 2023</span>
 | 
						|
    </span>
 | 
						|
  </footer>
 | 
						|
</body>
 | 
						|
 | 
						|
</html> |