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 -6
View File
@@ -7,14 +7,9 @@
<title>USERS Page</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/global.css">
<script src="/js/addnavbar.js" charset="utf-8"></script>
</head>
<body>
<ul class="navbar">
<li><a href="/">Home</a></li>
<li><a href="/user">Profile</a></li>
<li><a href="/posts">Posts</a></li>
</ul>
<header>
<h1 id="userName">USER</h1>
</header>