1
0
Fork 0
decentrala-website-static-new/index.html

23 lines
495 B
HTML
Raw Normal View History

2023-01-03 20:06:46 +00:00
<!doctype html>
<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_</h1>
</div>
<main>
<ul class="nav">
<li><a href="#">Dogadjaji</a></li>
<li><a href="https://forum.dmz.rs">Forum</a></li>
<li><a href="./chat.html">Chat</a></li>
</ul>
</main>
</div>
</body>
</html>