forked from Decentrala/website
init
This commit is contained in:
22
index.html
Normal file
22
index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!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>
|
Reference in New Issue
Block a user