moved navbar to js for easier editing

This commit is contained in:
Mystikfluu
2022-06-04 17:00:26 +02:00
parent 3d36086134
commit 2632d8c133
8 changed files with 95 additions and 28 deletions
+1 -5
View File
@@ -4,14 +4,10 @@
<link rel="stylesheet" href="/css/logon.css">
<link rel="stylesheet" href="/css/global.css">
<script src="/js/index.js" charset="utf-8"></script>
<script src="/js/addnavbar.js" charset="utf-8"></script>
</head>
<body>
<ul class="navbar">
<li><a href="/">Home</a></li>
<li><a href="/user" id="hide_user">Profile</a></li>
<li><a href="/posts" id="hide_posts">Posts</a></li>
</ul>
<header>
<h1>IPost</h1>
</header>