add dogadjaji.html and forum.html and update chat.html
This commit is contained in:
		@@ -1,4 +1,5 @@
 | 
				
			|||||||
<!doctype html>
 | 
					<!doctype html>
 | 
				
			||||||
 | 
					<meta charset="UTF-8">
 | 
				
			||||||
<html>
 | 
					<html>
 | 
				
			||||||
	<head>
 | 
						<head>
 | 
				
			||||||
		<link rel="stylesheet" href="./static/reset.css">
 | 
							<link rel="stylesheet" href="./static/reset.css">
 | 
				
			||||||
@@ -8,7 +9,7 @@
 | 
				
			|||||||
	<body>
 | 
						<body>
 | 
				
			||||||
		<div class="container">
 | 
							<div class="container">
 | 
				
			||||||
			<div class="header">
 | 
								<div class="header">
 | 
				
			||||||
				<h1 class="logo">Decentrala_</h1>
 | 
									<h1 class="logo">Decentrala<a id="d" href="/index.html">▮</a></h1>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
			<main>
 | 
								<main>
 | 
				
			||||||
				<h2>Chat</h2>
 | 
									<h2>Chat</h2>
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										20
									
								
								dogadjaji.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								dogadjaji.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
				
			|||||||
 | 
					<!doctype html>
 | 
				
			||||||
 | 
					<meta charset="UTF-8">
 | 
				
			||||||
 | 
					<html>
 | 
				
			||||||
 | 
						<head>
 | 
				
			||||||
 | 
							<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<a id="d" href="/index.html">▮</a></h1>
 | 
				
			||||||
 | 
								</div>
 | 
				
			||||||
 | 
								<main>
 | 
				
			||||||
 | 
									<h2>Dogadjaji</h2>
 | 
				
			||||||
 | 
									<p> Svakog utorka u DC Krovu (Beograd, Kraljice Marije 47, zadnji sprat) u 19h radionica Uvod u mreze <p>
 | 
				
			||||||
 | 
								</main>
 | 
				
			||||||
 | 
							</div>
 | 
				
			||||||
 | 
						</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										21
									
								
								forum.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								forum.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
				
			|||||||
 | 
					<!doctype html>
 | 
				
			||||||
 | 
					<meta charset="UTF-8">
 | 
				
			||||||
 | 
					<html>
 | 
				
			||||||
 | 
						<head>
 | 
				
			||||||
 | 
							<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<a id="d" href="/index.html">▮</a></h1>
 | 
				
			||||||
 | 
								</div>
 | 
				
			||||||
 | 
								<main>
 | 
				
			||||||
 | 
									<h2>Forum</h2>
 | 
				
			||||||
 | 
									<p> Forum je na https://forum.dmz.rs <p>
 | 
				
			||||||
 | 
									<p> Nalog na forumu nije povezan sa nalogom na xmpp i mail serveru <p>
 | 
				
			||||||
 | 
								</main>
 | 
				
			||||||
 | 
							</div>
 | 
				
			||||||
 | 
						</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
@@ -13,9 +13,9 @@
 | 
				
			|||||||
			</div>
 | 
								</div>
 | 
				
			||||||
			<main>
 | 
								<main>
 | 
				
			||||||
				<ul class="nav">
 | 
									<ul class="nav">
 | 
				
			||||||
					<li><a href="#">Dogadjaji</a></li>
 | 
										<li><a href="/dogadjaji.html">Dogadjaji</a></li>
 | 
				
			||||||
					<li><a href="https://forum.dmz.rs">Forum</a></li>
 | 
										<li><a href="/forum.html">Forum</a></li>
 | 
				
			||||||
					<li><a href="./chat.html">Chat</a></li>
 | 
										<li><a href="/chat.html">Chat</a></li>
 | 
				
			||||||
				</ul>
 | 
									</ul>
 | 
				
			||||||
			</main>
 | 
								</main>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user