forked from Decentrala/website
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <meta charset="UTF-8">
 | |
| <html>
 | |
| 	<head>
 | |
| 		<link rel="icon" type="image/x-icon" href="/static/d.png">
 | |
| 		<link rel="stylesheet" href="./static/reset.css">
 | |
| 		<link rel="stylesheet" href="./static/main.css">
 | |
| 		<title>Decentrala</title>
 | |
| 	</head>
 | |
| 	<body>
 | |
| 		<div class="container">
 | |
| 			<div class="header">
 | |
| 				<h1 class="logo">DECENTRALA</h1>
 | |
| 			</div>
 | |
| 			<main>
 | |
| 				<h2>Servisi</h2>
 | |
| 				<p><a href="https://forum.dmz.rs">FORUM</a><p>
 | |
| 				<p><a href="../chat.html">XMPP</a><p>
 | |
| 				<p><a href="https://gitea.dmz.rs">GITEA</a><p>
 | |
| 				<p><a href="https://wiki.dmz.rs">WIKI</a><p>
 | |
| 				<p><a href="../nalog.html">EMAIL</a><p>
 | |
| 				<p><a href="ssh://soft.dmz.rs:2222">SOFT SERVE</a><p>
 | |
| 				<p><a href="https://search.dmz.rs">LibreX</a><p>
 | |
| 				<p><a href="https://git.dmz.rs">CGIT</a><p>
 | |
| 				<p><a href="https://pastebin.dmz.rs">PrivateBin</a><p>
 | |
| 				<p><a href="https://cryptpad.dmz.rs">CryptPad</a><p>
 | |
| 
 | |
| 				<div class="back">
 | |
| 					<ul class="nav">
 | |
| 						<a href="../"><li>Nazad</li></a>
 | |
| 					</ul>
 | |
| 				</div>
 | |
| 			</main>
 | |
| 		</div>
 | |
| 	</body>
 | |
| </html>
 |